UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

238 lines (237 loc) 13.5 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciCoreInstanceMaintenanceEventsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#compartment_id DataOciCoreInstanceMaintenanceEvents#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#correlation_token DataOciCoreInstanceMaintenanceEvents#correlation_token} */ readonly correlationToken?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#id DataOciCoreInstanceMaintenanceEvents#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/core_instance_maintenance_events#instance_action DataOciCoreInstanceMaintenanceEvents#instance_action} */ readonly instanceAction?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#instance_id DataOciCoreInstanceMaintenanceEvents#instance_id} */ readonly instanceId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#state DataOciCoreInstanceMaintenanceEvents#state} */ readonly state?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#time_window_start_greater_than_or_equal_to DataOciCoreInstanceMaintenanceEvents#time_window_start_greater_than_or_equal_to} */ readonly timeWindowStartGreaterThanOrEqualTo?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#time_window_start_less_than_or_equal_to DataOciCoreInstanceMaintenanceEvents#time_window_start_less_than_or_equal_to} */ readonly timeWindowStartLessThanOrEqualTo?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#filter DataOciCoreInstanceMaintenanceEvents#filter} */ readonly filter?: DataOciCoreInstanceMaintenanceEventsFilter[] | cdktf.IResolvable; } export interface DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEvents { } export declare function dataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEventsToTerraform(struct?: DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEvents): any; export declare function dataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEventsToHclTerraform(struct?: DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEvents): any; export declare class DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEventsOutputReference 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(): DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEvents | undefined; set internalValue(value: DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEvents | undefined); private _additionalDetails; get additionalDetails(): cdktf.StringMap; get alternativeResolutionAction(): string; get alternativeResolutionActions(): string[]; get canDeleteLocalStorage(): cdktf.IResolvable; get canReschedule(): cdktf.IResolvable; get compartmentId(): string; get correlationToken(): string; get createdBy(): string; private _definedTags; get definedTags(): cdktf.StringMap; get description(): string; get displayName(): string; get estimatedDuration(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get instanceAction(): string; get instanceId(): string; get instanceMaintenanceEventId(): string; get maintenanceCategory(): string; get maintenanceReason(): string; get startWindowDuration(): string; get state(): string; get timeCreated(): string; get timeFinished(): string; get timeHardDueDate(): string; get timeStarted(): string; get timeWindowStart(): string; } export declare class DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEventsList 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): DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEventsOutputReference; } export interface DataOciCoreInstanceMaintenanceEventsFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#name DataOciCoreInstanceMaintenanceEvents#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#regex DataOciCoreInstanceMaintenanceEvents#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#values DataOciCoreInstanceMaintenanceEvents#values} */ readonly values: string[]; } export declare function dataOciCoreInstanceMaintenanceEventsFilterToTerraform(struct?: DataOciCoreInstanceMaintenanceEventsFilter | cdktf.IResolvable): any; export declare function dataOciCoreInstanceMaintenanceEventsFilterToHclTerraform(struct?: DataOciCoreInstanceMaintenanceEventsFilter | cdktf.IResolvable): any; export declare class DataOciCoreInstanceMaintenanceEventsFilterOutputReference 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(): DataOciCoreInstanceMaintenanceEventsFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciCoreInstanceMaintenanceEventsFilter | 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 DataOciCoreInstanceMaintenanceEventsFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciCoreInstanceMaintenanceEventsFilter[] | 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): DataOciCoreInstanceMaintenanceEventsFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events oci_core_instance_maintenance_events} */ export declare class DataOciCoreInstanceMaintenanceEvents extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_core_instance_maintenance_events"; /** * Generates CDKTF code for importing a DataOciCoreInstanceMaintenanceEvents 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 DataOciCoreInstanceMaintenanceEvents to import * @param importFromId The id of the existing DataOciCoreInstanceMaintenanceEvents that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_instance_maintenance_events#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciCoreInstanceMaintenanceEvents 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/core_instance_maintenance_events oci_core_instance_maintenance_events} 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 DataOciCoreInstanceMaintenanceEventsConfig */ constructor(scope: Construct, id: string, config: DataOciCoreInstanceMaintenanceEventsConfig); private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _correlationToken?; get correlationToken(): string; set correlationToken(value: string); resetCorrelationToken(): void; get correlationTokenInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _instanceAction?; get instanceAction(): string; set instanceAction(value: string); resetInstanceAction(): void; get instanceActionInput(): string | undefined; private _instanceId?; get instanceId(): string; set instanceId(value: string); resetInstanceId(): void; get instanceIdInput(): string | undefined; private _instanceMaintenanceEvents; get instanceMaintenanceEvents(): DataOciCoreInstanceMaintenanceEventsInstanceMaintenanceEventsList; private _state?; get state(): string; set state(value: string); resetState(): void; get stateInput(): string | undefined; private _timeWindowStartGreaterThanOrEqualTo?; get timeWindowStartGreaterThanOrEqualTo(): string; set timeWindowStartGreaterThanOrEqualTo(value: string); resetTimeWindowStartGreaterThanOrEqualTo(): void; get timeWindowStartGreaterThanOrEqualToInput(): string | undefined; private _timeWindowStartLessThanOrEqualTo?; get timeWindowStartLessThanOrEqualTo(): string; set timeWindowStartLessThanOrEqualTo(value: string); resetTimeWindowStartLessThanOrEqualTo(): void; get timeWindowStartLessThanOrEqualToInput(): string | undefined; private _filter; get filter(): DataOciCoreInstanceMaintenanceEventsFilterList; putFilter(value: DataOciCoreInstanceMaintenanceEventsFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciCoreInstanceMaintenanceEventsFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }