import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciMysqlChannelConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_channel#channel_id DataOciMysqlChannel#channel_id}
    */
    readonly channelId: string;
}
export interface DataOciMysqlChannelSourceAnonymousTransactionsHandling {
}
export declare function dataOciMysqlChannelSourceAnonymousTransactionsHandlingToTerraform(struct?: DataOciMysqlChannelSourceAnonymousTransactionsHandling): any;
export declare function dataOciMysqlChannelSourceAnonymousTransactionsHandlingToHclTerraform(struct?: DataOciMysqlChannelSourceAnonymousTransactionsHandling): any;
export declare class DataOciMysqlChannelSourceAnonymousTransactionsHandlingOutputReference 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(): DataOciMysqlChannelSourceAnonymousTransactionsHandling | undefined;
    set internalValue(value: DataOciMysqlChannelSourceAnonymousTransactionsHandling | undefined);
    get lastConfiguredLogFilename(): string;
    get lastConfiguredLogOffset(): string;
    get policy(): string;
    get uuid(): string;
}
export declare class DataOciMysqlChannelSourceAnonymousTransactionsHandlingList 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): DataOciMysqlChannelSourceAnonymousTransactionsHandlingOutputReference;
}
export interface DataOciMysqlChannelSourceSslCaCertificate {
}
export declare function dataOciMysqlChannelSourceSslCaCertificateToTerraform(struct?: DataOciMysqlChannelSourceSslCaCertificate): any;
export declare function dataOciMysqlChannelSourceSslCaCertificateToHclTerraform(struct?: DataOciMysqlChannelSourceSslCaCertificate): any;
export declare class DataOciMysqlChannelSourceSslCaCertificateOutputReference 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(): DataOciMysqlChannelSourceSslCaCertificate | undefined;
    set internalValue(value: DataOciMysqlChannelSourceSslCaCertificate | undefined);
    get certificateType(): string;
    get contents(): string;
}
export declare class DataOciMysqlChannelSourceSslCaCertificateList 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): DataOciMysqlChannelSourceSslCaCertificateOutputReference;
}
export interface DataOciMysqlChannelSource {
}
export declare function dataOciMysqlChannelSourceToTerraform(struct?: DataOciMysqlChannelSource): any;
export declare function dataOciMysqlChannelSourceToHclTerraform(struct?: DataOciMysqlChannelSource): any;
export declare class DataOciMysqlChannelSourceOutputReference 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(): DataOciMysqlChannelSource | undefined;
    set internalValue(value: DataOciMysqlChannelSource | undefined);
    private _anonymousTransactionsHandling;
    get anonymousTransactionsHandling(): DataOciMysqlChannelSourceAnonymousTransactionsHandlingList;
    get hostname(): string;
    get password(): string;
    get port(): number;
    get sourceType(): string;
    private _sslCaCertificate;
    get sslCaCertificate(): DataOciMysqlChannelSourceSslCaCertificateList;
    get sslMode(): string;
    get username(): string;
}
export declare class DataOciMysqlChannelSourceList 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): DataOciMysqlChannelSourceOutputReference;
}
export interface DataOciMysqlChannelTargetFilters {
}
export declare function dataOciMysqlChannelTargetFiltersToTerraform(struct?: DataOciMysqlChannelTargetFilters): any;
export declare function dataOciMysqlChannelTargetFiltersToHclTerraform(struct?: DataOciMysqlChannelTargetFilters): any;
export declare class DataOciMysqlChannelTargetFiltersOutputReference 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(): DataOciMysqlChannelTargetFilters | undefined;
    set internalValue(value: DataOciMysqlChannelTargetFilters | undefined);
    get type(): string;
    get value(): string;
}
export declare class DataOciMysqlChannelTargetFiltersList 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): DataOciMysqlChannelTargetFiltersOutputReference;
}
export interface DataOciMysqlChannelTarget {
}
export declare function dataOciMysqlChannelTargetToTerraform(struct?: DataOciMysqlChannelTarget): any;
export declare function dataOciMysqlChannelTargetToHclTerraform(struct?: DataOciMysqlChannelTarget): any;
export declare class DataOciMysqlChannelTargetOutputReference 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(): DataOciMysqlChannelTarget | undefined;
    set internalValue(value: DataOciMysqlChannelTarget | undefined);
    get applierUsername(): string;
    get channelName(): string;
    get dbSystemId(): string;
    get delayInSeconds(): number;
    private _filters;
    get filters(): DataOciMysqlChannelTargetFiltersList;
    get tablesWithoutPrimaryKeyHandling(): string;
    get targetType(): string;
}
export declare class DataOciMysqlChannelTargetList 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): DataOciMysqlChannelTargetOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_channel oci_mysql_channel}
*/
export declare class DataOciMysqlChannel extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_mysql_channel";
    /**
    * Generates CDKTF code for importing a DataOciMysqlChannel 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 DataOciMysqlChannel to import
    * @param importFromId The id of the existing DataOciMysqlChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_channel#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciMysqlChannel 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/mysql_channel oci_mysql_channel} 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 DataOciMysqlChannelConfig
    */
    constructor(scope: Construct, id: string, config: DataOciMysqlChannelConfig);
    private _channelId?;
    get channelId(): string;
    set channelId(value: string);
    get channelIdInput(): string | undefined;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get isEnabled(): cdktf.IResolvable;
    get lifecycleDetails(): string;
    private _source;
    get source(): DataOciMysqlChannelSourceList;
    get state(): string;
    private _target;
    get target(): DataOciMysqlChannelTargetList;
    get timeCreated(): string;
    get timeUpdated(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
