UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

396 lines (395 loc) 23.8 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciDisasterRecoveryDrPlansConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#display_name DataOciDisasterRecoveryDrPlans#display_name} */ readonly displayName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#dr_plan_id DataOciDisasterRecoveryDrPlans#dr_plan_id} */ readonly drPlanId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#dr_plan_type DataOciDisasterRecoveryDrPlans#dr_plan_type} */ readonly drPlanType?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#dr_protection_group_id DataOciDisasterRecoveryDrPlans#dr_protection_group_id} */ readonly drProtectionGroupId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#id DataOciDisasterRecoveryDrPlans#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/disaster_recovery_dr_plans#state DataOciDisasterRecoveryDrPlans#state} */ readonly state?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#filter DataOciDisasterRecoveryDrPlans#filter} */ readonly filter?: DataOciDisasterRecoveryDrPlansFilter[] | cdktf.IResolvable; } export interface DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation { } export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationToTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation): any; export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationToHclTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation): any; export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationOutputReference 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(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation | undefined; set internalValue(value: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation | undefined); get bucket(): string; get namespace(): string; get object(): string; } export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationList 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): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationOutputReference; } export interface DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStep { } export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepToTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStep): any; export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepToHclTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStep): any; export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepOutputReference 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(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStep | undefined; set internalValue(value: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStep | undefined); get functionId(): string; get functionRegion(): string; private _objectStorageScriptLocation; get objectStorageScriptLocation(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationList; get requestBody(): string; get runAsUser(): string; get runOnInstanceId(): string; get runOnInstanceRegion(): string; get scriptCommand(): string; get stepType(): string; } export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepList 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): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepOutputReference; } export interface DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsSteps { } export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsToTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsSteps): any; export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsToHclTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsSteps): any; export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsOutputReference 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(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsSteps | undefined; set internalValue(value: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsSteps | undefined); get displayName(): string; get errorMode(): string; get groupId(): string; get id(): string; get isEnabled(): cdktf.IResolvable; get memberId(): string; get timeout(): number; get type(): string; private _userDefinedStep; get userDefinedStep(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsUserDefinedStepList; } export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsList 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): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsOutputReference; } export interface DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroups { } export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsToTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroups): any; export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsToHclTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroups): any; export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsOutputReference 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(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroups | undefined; set internalValue(value: DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroups | undefined); get displayName(): string; get id(): string; get isPauseEnabled(): cdktf.IResolvable; private _steps; get steps(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsStepsList; get type(): string; } export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsList 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): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsOutputReference; } export interface DataOciDisasterRecoveryDrPlansDrPlanCollectionItems { } export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsToTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItems): any; export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionItemsToHclTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollectionItems): any; export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsOutputReference 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(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItems | undefined; set internalValue(value: DataOciDisasterRecoveryDrPlansDrPlanCollectionItems | undefined); get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; get displayName(): string; get drProtectionGroupId(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get lifeCycleDetails(): string; get peerDrProtectionGroupId(): string; get peerRegion(): string; private _planGroups; get planGroups(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsPlanGroupsList; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get timeUpdated(): string; get type(): string; } export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsList 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): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsOutputReference; } export interface DataOciDisasterRecoveryDrPlansDrPlanCollection { } export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionToTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollection): any; export declare function dataOciDisasterRecoveryDrPlansDrPlanCollectionToHclTerraform(struct?: DataOciDisasterRecoveryDrPlansDrPlanCollection): any; export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionOutputReference 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(): DataOciDisasterRecoveryDrPlansDrPlanCollection | undefined; set internalValue(value: DataOciDisasterRecoveryDrPlansDrPlanCollection | undefined); private _items; get items(): DataOciDisasterRecoveryDrPlansDrPlanCollectionItemsList; } export declare class DataOciDisasterRecoveryDrPlansDrPlanCollectionList 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): DataOciDisasterRecoveryDrPlansDrPlanCollectionOutputReference; } export interface DataOciDisasterRecoveryDrPlansFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#name DataOciDisasterRecoveryDrPlans#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#regex DataOciDisasterRecoveryDrPlans#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#values DataOciDisasterRecoveryDrPlans#values} */ readonly values: string[]; } export declare function dataOciDisasterRecoveryDrPlansFilterToTerraform(struct?: DataOciDisasterRecoveryDrPlansFilter | cdktf.IResolvable): any; export declare function dataOciDisasterRecoveryDrPlansFilterToHclTerraform(struct?: DataOciDisasterRecoveryDrPlansFilter | cdktf.IResolvable): any; export declare class DataOciDisasterRecoveryDrPlansFilterOutputReference 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(): DataOciDisasterRecoveryDrPlansFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciDisasterRecoveryDrPlansFilter | 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 DataOciDisasterRecoveryDrPlansFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciDisasterRecoveryDrPlansFilter[] | 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): DataOciDisasterRecoveryDrPlansFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans oci_disaster_recovery_dr_plans} */ export declare class DataOciDisasterRecoveryDrPlans extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_disaster_recovery_dr_plans"; /** * Generates CDKTF code for importing a DataOciDisasterRecoveryDrPlans 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 DataOciDisasterRecoveryDrPlans to import * @param importFromId The id of the existing DataOciDisasterRecoveryDrPlans that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plans#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciDisasterRecoveryDrPlans 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/disaster_recovery_dr_plans oci_disaster_recovery_dr_plans} 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 DataOciDisasterRecoveryDrPlansConfig */ constructor(scope: Construct, id: string, config: DataOciDisasterRecoveryDrPlansConfig); private _displayName?; get displayName(): string; set displayName(value: string); resetDisplayName(): void; get displayNameInput(): string | undefined; private _drPlanCollection; get drPlanCollection(): DataOciDisasterRecoveryDrPlansDrPlanCollectionList; private _drPlanId?; get drPlanId(): string; set drPlanId(value: string); resetDrPlanId(): void; get drPlanIdInput(): string | undefined; private _drPlanType?; get drPlanType(): string; set drPlanType(value: string); resetDrPlanType(): void; get drPlanTypeInput(): string | undefined; private _drProtectionGroupId?; get drProtectionGroupId(): string; set drProtectionGroupId(value: string); get drProtectionGroupIdInput(): 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(): DataOciDisasterRecoveryDrPlansFilterList; putFilter(value: DataOciDisasterRecoveryDrPlansFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciDisasterRecoveryDrPlansFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }