import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciMysqlMysqlBackupConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backup#backup_id DataOciMysqlMysqlBackup#backup_id}
    */
    readonly backupId: string;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy | undefined);
    get isEnabled(): cdktf.IResolvable;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyList 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): DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyOutputReference;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicy {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicy): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicy): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicy | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicy | undefined);
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get isEnabled(): cdktf.IResolvable;
    private _pitrPolicy;
    get pitrPolicy(): DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyList;
    get retentionInDays(): number;
    get windowStartTime(): string;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyList 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): DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyOutputReference;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshotDataStorage {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotDataStorageToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotDataStorage): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotDataStorageToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotDataStorage): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotDataStorageOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshotDataStorage | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshotDataStorage | undefined);
    get allocatedStorageSizeInGbs(): number;
    get dataStorageSizeInGb(): number;
    get dataStorageSizeLimitInGbs(): number;
    get isAutoExpandStorageEnabled(): cdktf.IResolvable;
    get maxStorageSizeInGbs(): number;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotDataStorageList 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): DataOciMysqlMysqlBackupDbSystemSnapshotDataStorageOutputReference;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicy {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicyToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicy): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicyToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicy): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicyOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicy | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicy | undefined);
    get automaticBackupRetention(): string;
    get finalBackup(): string;
    get isDeleteProtected(): cdktf.IResolvable;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicyList 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): DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicyOutputReference;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshotEndpoints {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotEndpointsToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotEndpoints): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotEndpointsToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotEndpoints): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotEndpointsOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshotEndpoints | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshotEndpoints | undefined);
    get hostname(): string;
    get ipAddress(): string;
    get modes(): string[];
    get port(): number;
    get portX(): number;
    get resourceId(): string;
    get resourceType(): string;
    get status(): string;
    get statusDetails(): string;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotEndpointsList 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): DataOciMysqlMysqlBackupDbSystemSnapshotEndpointsOutputReference;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshotMaintenance {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotMaintenanceToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotMaintenance): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotMaintenanceToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotMaintenance): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotMaintenanceOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshotMaintenance | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshotMaintenance | undefined);
    get windowStartTime(): string;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotMaintenanceList 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): DataOciMysqlMysqlBackupDbSystemSnapshotMaintenanceOutputReference;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnections {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotSecureConnectionsToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnections): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotSecureConnectionsToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnections): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnectionsOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnections | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnections | undefined);
    get certificateGenerationType(): string;
    get certificateId(): string;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnectionsList 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): DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnectionsOutputReference;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshot {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshot): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshot): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshot | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshot | undefined);
    get adminUsername(): string;
    get availabilityDomain(): string;
    private _backupPolicy;
    get backupPolicy(): DataOciMysqlMysqlBackupDbSystemSnapshotBackupPolicyList;
    get compartmentId(): string;
    get configurationId(): string;
    get crashRecovery(): string;
    private _dataStorage;
    get dataStorage(): DataOciMysqlMysqlBackupDbSystemSnapshotDataStorageList;
    get dataStorageSizeInGb(): number;
    get databaseManagement(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    private _deletionPolicy;
    get deletionPolicy(): DataOciMysqlMysqlBackupDbSystemSnapshotDeletionPolicyList;
    get description(): string;
    get displayName(): string;
    private _endpoints;
    get endpoints(): DataOciMysqlMysqlBackupDbSystemSnapshotEndpointsList;
    get faultDomain(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get hostnameLabel(): string;
    get id(): string;
    get ipAddress(): string;
    get isHighlyAvailable(): cdktf.IResolvable;
    private _maintenance;
    get maintenance(): DataOciMysqlMysqlBackupDbSystemSnapshotMaintenanceList;
    get mysqlVersion(): string;
    get port(): number;
    get portX(): number;
    get region(): string;
    private _secureConnections;
    get secureConnections(): DataOciMysqlMysqlBackupDbSystemSnapshotSecureConnectionsList;
    get shapeName(): string;
    get subnetId(): string;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotList 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): DataOciMysqlMysqlBackupDbSystemSnapshotOutputReference;
}
export interface DataOciMysqlMysqlBackupDbSystemSnapshotSummary {
}
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotSummaryToTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotSummary): any;
export declare function dataOciMysqlMysqlBackupDbSystemSnapshotSummaryToHclTerraform(struct?: DataOciMysqlMysqlBackupDbSystemSnapshotSummary): any;
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotSummaryOutputReference 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(): DataOciMysqlMysqlBackupDbSystemSnapshotSummary | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupDbSystemSnapshotSummary | undefined);
    get displayName(): string;
    get id(): string;
    get region(): string;
}
export declare class DataOciMysqlMysqlBackupDbSystemSnapshotSummaryList 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): DataOciMysqlMysqlBackupDbSystemSnapshotSummaryOutputReference;
}
export interface DataOciMysqlMysqlBackupSourceDetails {
}
export declare function dataOciMysqlMysqlBackupSourceDetailsToTerraform(struct?: DataOciMysqlMysqlBackupSourceDetails): any;
export declare function dataOciMysqlMysqlBackupSourceDetailsToHclTerraform(struct?: DataOciMysqlMysqlBackupSourceDetails): any;
export declare class DataOciMysqlMysqlBackupSourceDetailsOutputReference 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(): DataOciMysqlMysqlBackupSourceDetails | undefined;
    set internalValue(value: DataOciMysqlMysqlBackupSourceDetails | undefined);
    get backupId(): string;
    get compartmentId(): string;
    get region(): string;
}
export declare class DataOciMysqlMysqlBackupSourceDetailsList 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): DataOciMysqlMysqlBackupSourceDetailsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backup oci_mysql_mysql_backup}
*/
export declare class DataOciMysqlMysqlBackup extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_mysql_mysql_backup";
    /**
    * Generates CDKTF code for importing a DataOciMysqlMysqlBackup 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 DataOciMysqlMysqlBackup to import
    * @param importFromId The id of the existing DataOciMysqlMysqlBackup that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backup#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciMysqlMysqlBackup 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_mysql_backup oci_mysql_mysql_backup} 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 DataOciMysqlMysqlBackupConfig
    */
    constructor(scope: Construct, id: string, config: DataOciMysqlMysqlBackupConfig);
    private _backupId?;
    get backupId(): string;
    set backupId(value: string);
    get backupIdInput(): string | undefined;
    get backupSizeInGbs(): number;
    get backupType(): string;
    get compartmentId(): string;
    get creationType(): string;
    get dataStorageSizeInGb(): number;
    get dbSystemId(): string;
    private _dbSystemSnapshot;
    get dbSystemSnapshot(): DataOciMysqlMysqlBackupDbSystemSnapshotList;
    private _dbSystemSnapshotSummary;
    get dbSystemSnapshotSummary(): DataOciMysqlMysqlBackupDbSystemSnapshotSummaryList;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get immediateSourceBackupId(): string;
    get lifecycleDetails(): string;
    get mysqlVersion(): string;
    get originalSourceBackupId(): string;
    get retentionInDays(): number;
    get shapeName(): string;
    private _sourceDetails;
    get sourceDetails(): DataOciMysqlMysqlBackupSourceDetailsList;
    get state(): string;
    get timeCopyCreated(): string;
    get timeCreated(): string;
    get timeUpdated(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
