import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciGoldenGateDatabaseRegistrationsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#compartment_id DataOciGoldenGateDatabaseRegistrations#compartment_id}
    */
    readonly compartmentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#display_name DataOciGoldenGateDatabaseRegistrations#display_name}
    */
    readonly displayName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#id DataOciGoldenGateDatabaseRegistrations#id}
    *
    * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
    * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
    */
    readonly id?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#state DataOciGoldenGateDatabaseRegistrations#state}
    */
    readonly state?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#filter DataOciGoldenGateDatabaseRegistrations#filter}
    */
    readonly filter?: DataOciGoldenGateDatabaseRegistrationsFilter[] | cdktf.IResolvable;
}
export interface DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItems {
}
export declare function dataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItemsToTerraform(struct?: DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItems): any;
export declare function dataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItemsToHclTerraform(struct?: DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItems): any;
export declare class DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItemsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItems | undefined;
    set internalValue(value: DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItems | undefined);
    get aliasName(): string;
    get compartmentId(): string;
    get connectionString(): string;
    get databaseId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    get fqdn(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get ipAddress(): string;
    get keyId(): string;
    get lifecycleDetails(): string;
    get password(): string;
    get rcePrivateIp(): string;
    get secretCompartmentId(): string;
    get secretId(): string;
    get sessionMode(): string;
    get state(): string;
    get subnetId(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    get username(): string;
    get vaultId(): string;
    get wallet(): string;
}
export declare class DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItemsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItemsOutputReference;
}
export interface DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollection {
}
export declare function dataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionToTerraform(struct?: DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollection): any;
export declare function dataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionToHclTerraform(struct?: DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollection): any;
export declare class DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollection | undefined;
    set internalValue(value: DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollection | undefined);
    private _items;
    get items(): DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionItemsList;
}
export declare class DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionOutputReference;
}
export interface DataOciGoldenGateDatabaseRegistrationsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#name DataOciGoldenGateDatabaseRegistrations#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#regex DataOciGoldenGateDatabaseRegistrations#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#values DataOciGoldenGateDatabaseRegistrations#values}
    */
    readonly values: string[];
}
export declare function dataOciGoldenGateDatabaseRegistrationsFilterToTerraform(struct?: DataOciGoldenGateDatabaseRegistrationsFilter | cdktf.IResolvable): any;
export declare function dataOciGoldenGateDatabaseRegistrationsFilterToHclTerraform(struct?: DataOciGoldenGateDatabaseRegistrationsFilter | cdktf.IResolvable): any;
export declare class DataOciGoldenGateDatabaseRegistrationsFilterOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    private resolvableValue?;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciGoldenGateDatabaseRegistrationsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciGoldenGateDatabaseRegistrationsFilter | cdktf.IResolvable | undefined);
    private _name?;
    get name(): string;
    set name(value: string);
    get nameInput(): string | undefined;
    private _regex?;
    get regex(): boolean | cdktf.IResolvable;
    set regex(value: boolean | cdktf.IResolvable);
    resetRegex(): void;
    get regexInput(): boolean | cdktf.IResolvable | undefined;
    private _values?;
    get values(): string[];
    set values(value: string[]);
    get valuesInput(): string[] | undefined;
}
export declare class DataOciGoldenGateDatabaseRegistrationsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciGoldenGateDatabaseRegistrationsFilter[] | cdktf.IResolvable;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciGoldenGateDatabaseRegistrationsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations oci_golden_gate_database_registrations}
*/
export declare class DataOciGoldenGateDatabaseRegistrations extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_golden_gate_database_registrations";
    /**
    * Generates CDKTF code for importing a DataOciGoldenGateDatabaseRegistrations resource upon running "cdktf plan <stack-name>"
    * @param scope The scope in which to define this construct
    * @param importToId The construct id used in the generated config for the DataOciGoldenGateDatabaseRegistrations to import
    * @param importFromId The id of the existing DataOciGoldenGateDatabaseRegistrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciGoldenGateDatabaseRegistrations to import is found
    */
    static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
    /**
    * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_database_registrations oci_golden_gate_database_registrations} Data Source
    *
    * @param scope The scope in which to define this construct
    * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
    * @param options DataOciGoldenGateDatabaseRegistrationsConfig
    */
    constructor(scope: Construct, id: string, config: DataOciGoldenGateDatabaseRegistrationsConfig);
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    get compartmentIdInput(): string | undefined;
    private _databaseRegistrationCollection;
    get databaseRegistrationCollection(): DataOciGoldenGateDatabaseRegistrationsDatabaseRegistrationCollectionList;
    private _displayName?;
    get displayName(): string;
    set displayName(value: string);
    resetDisplayName(): void;
    get displayNameInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _state?;
    get state(): string;
    set state(value: string);
    resetState(): void;
    get stateInput(): string | undefined;
    private _filter;
    get filter(): DataOciGoldenGateDatabaseRegistrationsFilterList;
    putFilter(value: DataOciGoldenGateDatabaseRegistrationsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciGoldenGateDatabaseRegistrationsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
