rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
611 lines (610 loc) • 35.3 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciMysqlMysqlBackupsConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#backup_id DataOciMysqlMysqlBackups#backup_id}
*/
readonly backupId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#compartment_id DataOciMysqlMysqlBackups#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#creation_type DataOciMysqlMysqlBackups#creation_type}
*/
readonly creationType?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#db_system_id DataOciMysqlMysqlBackups#db_system_id}
*/
readonly dbSystemId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#display_name DataOciMysqlMysqlBackups#display_name}
*/
readonly displayName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#id DataOciMysqlMysqlBackups#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/mysql_mysql_backups#state DataOciMysqlMysqlBackups#state}
*/
readonly state?: string;
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#filter DataOciMysqlMysqlBackups#filter}
*/
readonly filter?: DataOciMysqlMysqlBackupsFilter[] | cdktf.IResolvable;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicy {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicyToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicy): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicyToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicy): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicyOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicy | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicy | undefined);
get isEnabled(): cdktf.IResolvable;
}
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicyList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicyOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicy {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicy): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicy): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicy | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicy | undefined);
private _definedTags;
get definedTags(): cdktf.StringMap;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get isEnabled(): cdktf.IResolvable;
private _pitrPolicy;
get pitrPolicy(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyPitrPolicyList;
get retentionInDays(): number;
get windowStartTime(): string;
}
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorage {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorageToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorage): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorageToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorage): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorageOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorage | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorage | undefined);
get allocatedStorageSizeInGbs(): number;
get dataStorageSizeInGb(): number;
get dataStorageSizeLimitInGbs(): number;
get isAutoExpandStorageEnabled(): cdktf.IResolvable;
get maxStorageSizeInGbs(): number;
}
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorageList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorageOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicy {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicyToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicy): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicyToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicy): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicyOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicy | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicy | undefined);
get automaticBackupRetention(): string;
get finalBackup(): string;
get isDeleteProtected(): cdktf.IResolvable;
}
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicyList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicyOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpoints {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpointsToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpoints): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpointsToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpoints): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpointsOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpoints | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpoints | 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 DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpointsList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpointsOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenance {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenanceToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenance): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenanceToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenance): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenanceOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenance | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenance | undefined);
get windowStartTime(): string;
}
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenanceList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenanceOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnections {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnectionsToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnections): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnectionsToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnections): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnectionsOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnections | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnections | undefined);
get certificateGenerationType(): string;
get certificateId(): string;
}
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnectionsList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnectionsOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshot {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshot): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshot): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshot | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshot | undefined);
get adminUsername(): string;
get availabilityDomain(): string;
private _backupPolicy;
get backupPolicy(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotBackupPolicyList;
get compartmentId(): string;
get configurationId(): string;
get crashRecovery(): string;
private _dataStorage;
get dataStorage(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDataStorageList;
get dataStorageSizeInGb(): number;
get databaseManagement(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
private _deletionPolicy;
get deletionPolicy(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotDeletionPolicyList;
get description(): string;
get displayName(): string;
private _endpoints;
get endpoints(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotEndpointsList;
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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotMaintenanceList;
get mysqlVersion(): string;
get port(): number;
get portX(): number;
get region(): string;
private _secureConnections;
get secureConnections(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSecureConnectionsList;
get shapeName(): string;
get subnetId(): string;
}
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummary {
}
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummaryToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummary): any;
export declare function dataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummaryToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummary): any;
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummaryOutputReference 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(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummary | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummary | undefined);
get displayName(): string;
get id(): string;
get region(): string;
}
export declare class DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummaryList 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): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummaryOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackupsSourceDetails {
}
export declare function dataOciMysqlMysqlBackupsBackupsSourceDetailsToTerraform(struct?: DataOciMysqlMysqlBackupsBackupsSourceDetails): any;
export declare function dataOciMysqlMysqlBackupsBackupsSourceDetailsToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackupsSourceDetails): any;
export declare class DataOciMysqlMysqlBackupsBackupsSourceDetailsOutputReference 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(): DataOciMysqlMysqlBackupsBackupsSourceDetails | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackupsSourceDetails | undefined);
get backupId(): string;
get compartmentId(): string;
get region(): string;
}
export declare class DataOciMysqlMysqlBackupsBackupsSourceDetailsList 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): DataOciMysqlMysqlBackupsBackupsSourceDetailsOutputReference;
}
export interface DataOciMysqlMysqlBackupsBackups {
}
export declare function dataOciMysqlMysqlBackupsBackupsToTerraform(struct?: DataOciMysqlMysqlBackupsBackups): any;
export declare function dataOciMysqlMysqlBackupsBackupsToHclTerraform(struct?: DataOciMysqlMysqlBackupsBackups): any;
export declare class DataOciMysqlMysqlBackupsBackupsOutputReference 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(): DataOciMysqlMysqlBackupsBackups | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsBackups | undefined);
get backupSizeInGbs(): number;
get backupType(): string;
get compartmentId(): string;
get creationType(): string;
get dataStorageSizeInGb(): number;
get dbSystemId(): string;
private _dbSystemSnapshot;
get dbSystemSnapshot(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotList;
private _dbSystemSnapshotSummary;
get dbSystemSnapshotSummary(): DataOciMysqlMysqlBackupsBackupsDbSystemSnapshotSummaryList;
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(): DataOciMysqlMysqlBackupsBackupsSourceDetailsList;
get state(): string;
get timeCopyCreated(): string;
get timeCreated(): string;
get timeUpdated(): string;
}
export declare class DataOciMysqlMysqlBackupsBackupsList 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): DataOciMysqlMysqlBackupsBackupsOutputReference;
}
export interface DataOciMysqlMysqlBackupsFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#name DataOciMysqlMysqlBackups#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#regex DataOciMysqlMysqlBackups#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#values DataOciMysqlMysqlBackups#values}
*/
readonly values: string[];
}
export declare function dataOciMysqlMysqlBackupsFilterToTerraform(struct?: DataOciMysqlMysqlBackupsFilter | cdktf.IResolvable): any;
export declare function dataOciMysqlMysqlBackupsFilterToHclTerraform(struct?: DataOciMysqlMysqlBackupsFilter | cdktf.IResolvable): any;
export declare class DataOciMysqlMysqlBackupsFilterOutputReference 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(): DataOciMysqlMysqlBackupsFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciMysqlMysqlBackupsFilter | 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 DataOciMysqlMysqlBackupsFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciMysqlMysqlBackupsFilter[] | 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): DataOciMysqlMysqlBackupsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups oci_mysql_mysql_backups}
*/
export declare class DataOciMysqlMysqlBackups extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_mysql_mysql_backups";
/**
* Generates CDKTF code for importing a DataOciMysqlMysqlBackups 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 DataOciMysqlMysqlBackups to import
* @param importFromId The id of the existing DataOciMysqlMysqlBackups that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_backups#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciMysqlMysqlBackups 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_backups oci_mysql_mysql_backups} 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 DataOciMysqlMysqlBackupsConfig
*/
constructor(scope: Construct, id: string, config: DataOciMysqlMysqlBackupsConfig);
private _backupId?;
get backupId(): string;
set backupId(value: string);
resetBackupId(): void;
get backupIdInput(): string | undefined;
private _backups;
get backups(): DataOciMysqlMysqlBackupsBackupsList;
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
get compartmentIdInput(): string | undefined;
private _creationType?;
get creationType(): string;
set creationType(value: string);
resetCreationType(): void;
get creationTypeInput(): string | undefined;
private _dbSystemId?;
get dbSystemId(): string;
set dbSystemId(value: string);
resetDbSystemId(): void;
get dbSystemIdInput(): string | undefined;
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(): DataOciMysqlMysqlBackupsFilterList;
putFilter(value: DataOciMysqlMysqlBackupsFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciMysqlMysqlBackupsFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}