import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciGoldenGateConnectionConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_connection#connection_id DataOciGoldenGateConnection#connection_id}
    */
    readonly connectionId: string;
}
export interface DataOciGoldenGateConnectionAdditionalAttributes {
}
export declare function dataOciGoldenGateConnectionAdditionalAttributesToTerraform(struct?: DataOciGoldenGateConnectionAdditionalAttributes): any;
export declare function dataOciGoldenGateConnectionAdditionalAttributesToHclTerraform(struct?: DataOciGoldenGateConnectionAdditionalAttributes): any;
export declare class DataOciGoldenGateConnectionAdditionalAttributesOutputReference 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(): DataOciGoldenGateConnectionAdditionalAttributes | undefined;
    set internalValue(value: DataOciGoldenGateConnectionAdditionalAttributes | undefined);
    get name(): string;
    get value(): string;
}
export declare class DataOciGoldenGateConnectionAdditionalAttributesList 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): DataOciGoldenGateConnectionAdditionalAttributesOutputReference;
}
export interface DataOciGoldenGateConnectionBootstrapServers {
}
export declare function dataOciGoldenGateConnectionBootstrapServersToTerraform(struct?: DataOciGoldenGateConnectionBootstrapServers): any;
export declare function dataOciGoldenGateConnectionBootstrapServersToHclTerraform(struct?: DataOciGoldenGateConnectionBootstrapServers): any;
export declare class DataOciGoldenGateConnectionBootstrapServersOutputReference 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(): DataOciGoldenGateConnectionBootstrapServers | undefined;
    set internalValue(value: DataOciGoldenGateConnectionBootstrapServers | undefined);
    get host(): string;
    get port(): number;
    get privateIp(): string;
}
export declare class DataOciGoldenGateConnectionBootstrapServersList 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): DataOciGoldenGateConnectionBootstrapServersOutputReference;
}
export interface DataOciGoldenGateConnectionIngressIps {
}
export declare function dataOciGoldenGateConnectionIngressIpsToTerraform(struct?: DataOciGoldenGateConnectionIngressIps): any;
export declare function dataOciGoldenGateConnectionIngressIpsToHclTerraform(struct?: DataOciGoldenGateConnectionIngressIps): any;
export declare class DataOciGoldenGateConnectionIngressIpsOutputReference 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(): DataOciGoldenGateConnectionIngressIps | undefined;
    set internalValue(value: DataOciGoldenGateConnectionIngressIps | undefined);
    get ingressIp(): string;
}
export declare class DataOciGoldenGateConnectionIngressIpsList 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): DataOciGoldenGateConnectionIngressIpsOutputReference;
}
export interface DataOciGoldenGateConnectionLocks {
}
export declare function dataOciGoldenGateConnectionLocksToTerraform(struct?: DataOciGoldenGateConnectionLocks): any;
export declare function dataOciGoldenGateConnectionLocksToHclTerraform(struct?: DataOciGoldenGateConnectionLocks): any;
export declare class DataOciGoldenGateConnectionLocksOutputReference 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(): DataOciGoldenGateConnectionLocks | undefined;
    set internalValue(value: DataOciGoldenGateConnectionLocks | undefined);
    get message(): string;
    get relatedResourceId(): string;
    get timeCreated(): string;
    get type(): string;
}
export declare class DataOciGoldenGateConnectionLocksList 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): DataOciGoldenGateConnectionLocksOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_connection oci_golden_gate_connection}
*/
export declare class DataOciGoldenGateConnection extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_golden_gate_connection";
    /**
    * Generates CDKTF code for importing a DataOciGoldenGateConnection 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 DataOciGoldenGateConnection to import
    * @param importFromId The id of the existing DataOciGoldenGateConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/golden_gate_connection#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciGoldenGateConnection 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_connection oci_golden_gate_connection} 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 DataOciGoldenGateConnectionConfig
    */
    constructor(scope: Construct, id: string, config: DataOciGoldenGateConnectionConfig);
    get accessKeyId(): string;
    get accountKey(): string;
    get accountKeySecretId(): string;
    get accountName(): string;
    private _additionalAttributes;
    get additionalAttributes(): DataOciGoldenGateConnectionAdditionalAttributesList;
    get authenticationMode(): string;
    get authenticationType(): string;
    get azureTenantId(): string;
    private _bootstrapServers;
    get bootstrapServers(): DataOciGoldenGateConnectionBootstrapServersList;
    get clientId(): string;
    get clientSecret(): string;
    get clientSecretSecretId(): string;
    get compartmentId(): string;
    get connectionFactory(): string;
    private _connectionId?;
    get connectionId(): string;
    set connectionId(value: string);
    get connectionIdInput(): string | undefined;
    get connectionString(): string;
    get connectionType(): string;
    get connectionUrl(): string;
    get consumerProperties(): string;
    get coreSiteXml(): string;
    get databaseId(): string;
    get databaseName(): string;
    get dbSystemId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get deploymentId(): string;
    get description(): string;
    get displayName(): string;
    get doesUseSecretIds(): cdktf.IResolvable;
    get endpoint(): string;
    get fingerprint(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get host(): string;
    get id(): string;
    private _ingressIps;
    get ingressIps(): DataOciGoldenGateConnectionIngressIpsList;
    get isLockOverride(): cdktf.IResolvable;
    get jndiConnectionFactory(): string;
    get jndiInitialContextFactory(): string;
    get jndiProviderUrl(): string;
    get jndiSecurityCredentials(): string;
    get jndiSecurityCredentialsSecretId(): string;
    get jndiSecurityPrincipal(): string;
    get keyId(): string;
    get keyStore(): string;
    get keyStorePassword(): string;
    get keyStorePasswordSecretId(): string;
    get keyStoreSecretId(): string;
    get lifecycleDetails(): string;
    private _locks;
    get locks(): DataOciGoldenGateConnectionLocksList;
    get nsgIds(): string[];
    get password(): string;
    get passwordSecretId(): string;
    get port(): number;
    get privateIp(): string;
    get privateKeyFile(): string;
    get privateKeyFileSecretId(): string;
    get privateKeyPassphrase(): string;
    get privateKeyPassphraseSecretId(): string;
    get producerProperties(): string;
    get publicKeyFingerprint(): string;
    get redisClusterId(): string;
    get region(): string;
    get routingMethod(): string;
    get sasToken(): string;
    get sasTokenSecretId(): string;
    get secretAccessKey(): string;
    get secretAccessKeySecretId(): string;
    get securityProtocol(): string;
    get servers(): string;
    get serviceAccountKeyFile(): string;
    get serviceAccountKeyFileSecretId(): string;
    get sessionMode(): string;
    get shouldUseJndi(): cdktf.IResolvable;
    get shouldValidateServerCertificate(): cdktf.IResolvable;
    get sslCa(): string;
    get sslCert(): string;
    get sslClientKeystash(): string;
    get sslClientKeystashSecretId(): string;
    get sslClientKeystoredb(): string;
    get sslClientKeystoredbSecretId(): string;
    get sslCrl(): string;
    get sslKey(): string;
    get sslKeyPassword(): string;
    get sslKeyPasswordSecretId(): string;
    get sslKeySecretId(): string;
    get sslMode(): string;
    get sslServerCertificate(): string;
    get state(): string;
    get streamPoolId(): string;
    get subnetId(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get technologyType(): string;
    get tenancyId(): string;
    get timeCreated(): string;
    get timeUpdated(): string;
    get triggerRefresh(): cdktf.IResolvable;
    get trustStore(): string;
    get trustStorePassword(): string;
    get trustStorePasswordSecretId(): string;
    get trustStoreSecretId(): string;
    get url(): string;
    get userId(): string;
    get username(): string;
    get vaultId(): string;
    get wallet(): string;
    get walletSecretId(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
