UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

159 lines (158 loc) 9.64 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciStackMonitoringMaintenanceWindowConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_maintenance_window#maintenance_window_id DataOciStackMonitoringMaintenanceWindow#maintenance_window_id} */ readonly maintenanceWindowId: string; } export interface DataOciStackMonitoringMaintenanceWindowResources { } export declare function dataOciStackMonitoringMaintenanceWindowResourcesToTerraform(struct?: DataOciStackMonitoringMaintenanceWindowResources): any; export declare function dataOciStackMonitoringMaintenanceWindowResourcesToHclTerraform(struct?: DataOciStackMonitoringMaintenanceWindowResources): any; export declare class DataOciStackMonitoringMaintenanceWindowResourcesOutputReference 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(): DataOciStackMonitoringMaintenanceWindowResources | undefined; set internalValue(value: DataOciStackMonitoringMaintenanceWindowResources | undefined); get areMembersIncluded(): cdktf.IResolvable; get resourceId(): string; } export declare class DataOciStackMonitoringMaintenanceWindowResourcesList 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): DataOciStackMonitoringMaintenanceWindowResourcesOutputReference; } export interface DataOciStackMonitoringMaintenanceWindowResourcesDetails { } export declare function dataOciStackMonitoringMaintenanceWindowResourcesDetailsToTerraform(struct?: DataOciStackMonitoringMaintenanceWindowResourcesDetails): any; export declare function dataOciStackMonitoringMaintenanceWindowResourcesDetailsToHclTerraform(struct?: DataOciStackMonitoringMaintenanceWindowResourcesDetails): any; export declare class DataOciStackMonitoringMaintenanceWindowResourcesDetailsOutputReference 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(): DataOciStackMonitoringMaintenanceWindowResourcesDetails | undefined; set internalValue(value: DataOciStackMonitoringMaintenanceWindowResourcesDetails | undefined); get name(): string; get numberOfMembers(): number; get resourceId(): string; get type(): string; } export declare class DataOciStackMonitoringMaintenanceWindowResourcesDetailsList 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): DataOciStackMonitoringMaintenanceWindowResourcesDetailsOutputReference; } export interface DataOciStackMonitoringMaintenanceWindowSchedule { } export declare function dataOciStackMonitoringMaintenanceWindowScheduleToTerraform(struct?: DataOciStackMonitoringMaintenanceWindowSchedule): any; export declare function dataOciStackMonitoringMaintenanceWindowScheduleToHclTerraform(struct?: DataOciStackMonitoringMaintenanceWindowSchedule): any; export declare class DataOciStackMonitoringMaintenanceWindowScheduleOutputReference 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(): DataOciStackMonitoringMaintenanceWindowSchedule | undefined; set internalValue(value: DataOciStackMonitoringMaintenanceWindowSchedule | undefined); get maintenanceWindowDuration(): string; get maintenanceWindowRecurrences(): string; get scheduleType(): string; get timeMaintenanceWindowEnd(): string; get timeMaintenanceWindowStart(): string; } export declare class DataOciStackMonitoringMaintenanceWindowScheduleList 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): DataOciStackMonitoringMaintenanceWindowScheduleOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_maintenance_window oci_stack_monitoring_maintenance_window} */ export declare class DataOciStackMonitoringMaintenanceWindow extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_stack_monitoring_maintenance_window"; /** * Generates CDKTF code for importing a DataOciStackMonitoringMaintenanceWindow 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 DataOciStackMonitoringMaintenanceWindow to import * @param importFromId The id of the existing DataOciStackMonitoringMaintenanceWindow that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_maintenance_window#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciStackMonitoringMaintenanceWindow 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/stack_monitoring_maintenance_window oci_stack_monitoring_maintenance_window} 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 DataOciStackMonitoringMaintenanceWindowConfig */ constructor(scope: Construct, id: string, config: DataOciStackMonitoringMaintenanceWindowConfig); get compartmentId(): string; get description(): string; get id(): string; get lifecycleDetails(): string; private _maintenanceWindowId?; get maintenanceWindowId(): string; set maintenanceWindowId(value: string); get maintenanceWindowIdInput(): string | undefined; get name(): string; private _resources; get resources(): DataOciStackMonitoringMaintenanceWindowResourcesList; private _resourcesDetails; get resourcesDetails(): DataOciStackMonitoringMaintenanceWindowResourcesDetailsList; private _schedule; get schedule(): DataOciStackMonitoringMaintenanceWindowScheduleList; get state(): string; get timeCreated(): string; get timeUpdated(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }