UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

451 lines (450 loc) 26.8 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciDatabaseMigrationJobsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs#display_name DataOciDatabaseMigrationJobs#display_name} */ readonly displayName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs#id DataOciDatabaseMigrationJobs#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/database_migration_jobs#migration_id DataOciDatabaseMigrationJobs#migration_id} */ readonly migrationId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs#state DataOciDatabaseMigrationJobs#state} */ readonly state?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs#filter DataOciDatabaseMigrationJobs#filter} */ readonly filter?: DataOciDatabaseMigrationJobsFilter[] | cdktf.IResolvable; } export interface DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersions { } export declare function dataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersionsToTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersions): any; export declare function dataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersionsToHclTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersions): any; export declare class DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersionsOutputReference 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(): DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersions | undefined; set internalValue(value: DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersions | undefined); private _definedTags; get definedTags(): cdktf.StringMap; get description(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get isCurrent(): cdktf.IResolvable; get isFactory(): cdktf.IResolvable; get kind(): string; get name(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; } export declare class DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersionsList 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): DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersionsOutputReference; } export interface DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtract { } export declare function dataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtractToTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtract): any; export declare function dataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtractToHclTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtract): any; export declare class DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtractOutputReference 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(): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtract | undefined; set internalValue(value: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtract | undefined); get message(): string; get type(): string; } export declare class DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtractList 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): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtractOutputReference; } export interface DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocation { } export declare function dataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocationToTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocation): any; export declare function dataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocationToHclTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocation): any; export declare class DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocationOutputReference 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(): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocation | undefined; set internalValue(value: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocation | undefined); get bucket(): string; get namespace(): string; get object(): string; } export declare class DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocationList 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): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocationOutputReference; } export interface DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhases { } export declare function dataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesToTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhases): any; export declare function dataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesToHclTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhases): any; export declare class DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesOutputReference 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(): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhases | undefined; set internalValue(value: DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhases | undefined); get action(): string; get durationInMs(): number; get editableParameterFiles(): string[]; private _extract; get extract(): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesExtractList; get isAdvisorReportAvailable(): cdktf.IResolvable; get isSuspendAvailable(): cdktf.IResolvable; get issue(): string; private _logLocation; get logLocation(): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesLogLocationList; get name(): string; get progress(): number; get status(): string; } export declare class DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesList 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): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesOutputReference; } export interface DataOciDatabaseMigrationJobsJobCollectionItemsProgress { } export declare function dataOciDatabaseMigrationJobsJobCollectionItemsProgressToTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsProgress): any; export declare function dataOciDatabaseMigrationJobsJobCollectionItemsProgressToHclTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsProgress): any; export declare class DataOciDatabaseMigrationJobsJobCollectionItemsProgressOutputReference 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(): DataOciDatabaseMigrationJobsJobCollectionItemsProgress | undefined; set internalValue(value: DataOciDatabaseMigrationJobsJobCollectionItemsProgress | undefined); get currentPhase(): string; get currentStatus(): string; private _phases; get phases(): DataOciDatabaseMigrationJobsJobCollectionItemsProgressPhasesList; } export declare class DataOciDatabaseMigrationJobsJobCollectionItemsProgressList 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): DataOciDatabaseMigrationJobsJobCollectionItemsProgressOutputReference; } export interface DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjects { } export declare function dataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjectsToTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjects): any; export declare function dataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjectsToHclTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjects): any; export declare class DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjectsOutputReference 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(): DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjects | undefined; set internalValue(value: DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjects | undefined); get object(): string; get owner(): string; get type(): string; } export declare class DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjectsList 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): DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjectsOutputReference; } export interface DataOciDatabaseMigrationJobsJobCollectionItems { } export declare function dataOciDatabaseMigrationJobsJobCollectionItemsToTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItems): any; export declare function dataOciDatabaseMigrationJobsJobCollectionItemsToHclTerraform(struct?: DataOciDatabaseMigrationJobsJobCollectionItems): any; export declare class DataOciDatabaseMigrationJobsJobCollectionItemsOutputReference 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(): DataOciDatabaseMigrationJobsJobCollectionItems | undefined; set internalValue(value: DataOciDatabaseMigrationJobsJobCollectionItems | undefined); private _definedTags; get definedTags(): cdktf.StringMap; get displayName(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get jobId(): string; get lifecycleDetails(): string; get migrationId(): string; private _parameterFileVersions; get parameterFileVersions(): DataOciDatabaseMigrationJobsJobCollectionItemsParameterFileVersionsList; private _progress; get progress(): DataOciDatabaseMigrationJobsJobCollectionItemsProgressList; get state(): string; get suspendTrigger(): number; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get timeUpdated(): string; get type(): string; private _unsupportedObjects; get unsupportedObjects(): DataOciDatabaseMigrationJobsJobCollectionItemsUnsupportedObjectsList; } export declare class DataOciDatabaseMigrationJobsJobCollectionItemsList 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): DataOciDatabaseMigrationJobsJobCollectionItemsOutputReference; } export interface DataOciDatabaseMigrationJobsJobCollection { } export declare function dataOciDatabaseMigrationJobsJobCollectionToTerraform(struct?: DataOciDatabaseMigrationJobsJobCollection): any; export declare function dataOciDatabaseMigrationJobsJobCollectionToHclTerraform(struct?: DataOciDatabaseMigrationJobsJobCollection): any; export declare class DataOciDatabaseMigrationJobsJobCollectionOutputReference 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(): DataOciDatabaseMigrationJobsJobCollection | undefined; set internalValue(value: DataOciDatabaseMigrationJobsJobCollection | undefined); private _items; get items(): DataOciDatabaseMigrationJobsJobCollectionItemsList; } export declare class DataOciDatabaseMigrationJobsJobCollectionList 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): DataOciDatabaseMigrationJobsJobCollectionOutputReference; } export interface DataOciDatabaseMigrationJobsFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs#name DataOciDatabaseMigrationJobs#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs#regex DataOciDatabaseMigrationJobs#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs#values DataOciDatabaseMigrationJobs#values} */ readonly values: string[]; } export declare function dataOciDatabaseMigrationJobsFilterToTerraform(struct?: DataOciDatabaseMigrationJobsFilter | cdktf.IResolvable): any; export declare function dataOciDatabaseMigrationJobsFilterToHclTerraform(struct?: DataOciDatabaseMigrationJobsFilter | cdktf.IResolvable): any; export declare class DataOciDatabaseMigrationJobsFilterOutputReference 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(): DataOciDatabaseMigrationJobsFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciDatabaseMigrationJobsFilter | 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 DataOciDatabaseMigrationJobsFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciDatabaseMigrationJobsFilter[] | 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): DataOciDatabaseMigrationJobsFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs oci_database_migration_jobs} */ export declare class DataOciDatabaseMigrationJobs extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_database_migration_jobs"; /** * Generates CDKTF code for importing a DataOciDatabaseMigrationJobs 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 DataOciDatabaseMigrationJobs to import * @param importFromId The id of the existing DataOciDatabaseMigrationJobs that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_jobs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciDatabaseMigrationJobs 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/database_migration_jobs oci_database_migration_jobs} 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 DataOciDatabaseMigrationJobsConfig */ constructor(scope: Construct, id: string, config: DataOciDatabaseMigrationJobsConfig); 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 _jobCollection; get jobCollection(): DataOciDatabaseMigrationJobsJobCollectionList; private _migrationId?; get migrationId(): string; set migrationId(value: string); get migrationIdInput(): string | undefined; private _state?; get state(): string; set state(value: string); resetState(): void; get stateInput(): string | undefined; private _filter; get filter(): DataOciDatabaseMigrationJobsFilterList; putFilter(value: DataOciDatabaseMigrationJobsFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciDatabaseMigrationJobsFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }