rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
285 lines (284 loc) • 18.6 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDatabaseAutonomousExadataInfrastructureConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_autonomous_exadata_infrastructure#autonomous_exadata_infrastructure_id DataOciDatabaseAutonomousExadataInfrastructure#autonomous_exadata_infrastructure_id}
*/
readonly autonomousExadataInfrastructureId: string;
}
export interface DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek {
}
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekToTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek): any;
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekToHclTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek): any;
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference 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(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek | undefined;
set internalValue(value: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek | undefined);
get name(): string;
}
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekList 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): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference;
}
export interface DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonths {
}
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonthsToTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonths): any;
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonthsToHclTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonths): any;
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonthsOutputReference 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(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonths | undefined;
set internalValue(value: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonths | undefined);
get name(): string;
}
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonthsList 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): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonthsOutputReference;
}
export interface DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindow {
}
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowToTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindow): any;
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowToHclTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindow): any;
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowOutputReference 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(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindow | undefined;
set internalValue(value: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindow | undefined);
get customActionTimeoutInMins(): number;
private _daysOfWeek;
get daysOfWeek(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekList;
get hoursOfDay(): number[];
get isCustomActionTimeoutEnabled(): cdktf.IResolvable;
get isMonthlyPatchingEnabled(): cdktf.IResolvable;
get leadTimeInWeeks(): number;
private _months;
get months(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowMonthsList;
get patchingMode(): string;
get preference(): string;
private _skipRu;
get skipRu(): cdktf.BooleanList;
get weeksOfMonth(): number[];
}
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowList 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): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowOutputReference;
}
export interface DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek {
}
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekToTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek): any;
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekToHclTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek): any;
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekOutputReference 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(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek | undefined;
set internalValue(value: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek | undefined);
get name(): string;
}
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekList 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): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekOutputReference;
}
export interface DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonths {
}
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonthsToTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonths): any;
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonthsToHclTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonths): any;
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonthsOutputReference 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(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonths | undefined;
set internalValue(value: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonths | undefined);
get name(): string;
}
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonthsList 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): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonthsOutputReference;
}
export interface DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetails {
}
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsToTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetails): any;
export declare function dataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsToHclTerraform(struct?: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetails): any;
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsOutputReference 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(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetails | undefined;
set internalValue(value: DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetails | undefined);
get customActionTimeoutInMins(): number;
private _daysOfWeek;
get daysOfWeek(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekList;
get hoursOfDay(): number[];
get isCustomActionTimeoutEnabled(): cdktf.IResolvable;
get isMonthlyPatchingEnabled(): cdktf.IResolvable;
get leadTimeInWeeks(): number;
private _months;
get months(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsMonthsList;
get patchingMode(): string;
get preference(): string;
private _skipRu;
get skipRu(): cdktf.BooleanList;
get weeksOfMonth(): number[];
}
export declare class DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsList 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): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_autonomous_exadata_infrastructure oci_database_autonomous_exadata_infrastructure}
*/
export declare class DataOciDatabaseAutonomousExadataInfrastructure extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_database_autonomous_exadata_infrastructure";
/**
* Generates CDKTF code for importing a DataOciDatabaseAutonomousExadataInfrastructure 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 DataOciDatabaseAutonomousExadataInfrastructure to import
* @param importFromId The id of the existing DataOciDatabaseAutonomousExadataInfrastructure that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_autonomous_exadata_infrastructure#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDatabaseAutonomousExadataInfrastructure 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_autonomous_exadata_infrastructure oci_database_autonomous_exadata_infrastructure} 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 DataOciDatabaseAutonomousExadataInfrastructureConfig
*/
constructor(scope: Construct, id: string, config: DataOciDatabaseAutonomousExadataInfrastructureConfig);
private _autonomousExadataInfrastructureId?;
get autonomousExadataInfrastructureId(): string;
set autonomousExadataInfrastructureId(value: string);
get autonomousExadataInfrastructureIdInput(): string | undefined;
get availabilityDomain(): string;
get compartmentId(): string;
get createAsync(): cdktf.IResolvable;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
get domain(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get hostname(): string;
get id(): string;
get lastMaintenanceRunId(): string;
get licenseModel(): string;
get lifecycleDetails(): string;
private _maintenanceWindow;
get maintenanceWindow(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowList;
private _maintenanceWindowDetails;
get maintenanceWindowDetails(): DataOciDatabaseAutonomousExadataInfrastructureMaintenanceWindowDetailsList;
get nextMaintenanceRunId(): string;
get nsgIds(): string[];
get scanDnsName(): string;
get shape(): string;
get state(): string;
get subnetId(): string;
get timeCreated(): string;
get zoneId(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}