import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDatabaseCloudExadataInfrastructureConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_exadata_infrastructure#cloud_exadata_infrastructure_id DataOciDatabaseCloudExadataInfrastructure#cloud_exadata_infrastructure_id}
    */
    readonly cloudExadataInfrastructureId: string;
}
export interface DataOciDatabaseCloudExadataInfrastructureCustomerContacts {
}
export declare function dataOciDatabaseCloudExadataInfrastructureCustomerContactsToTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureCustomerContacts): any;
export declare function dataOciDatabaseCloudExadataInfrastructureCustomerContactsToHclTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureCustomerContacts): any;
export declare class DataOciDatabaseCloudExadataInfrastructureCustomerContactsOutputReference 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(): DataOciDatabaseCloudExadataInfrastructureCustomerContacts | undefined;
    set internalValue(value: DataOciDatabaseCloudExadataInfrastructureCustomerContacts | undefined);
    get email(): string;
}
export declare class DataOciDatabaseCloudExadataInfrastructureCustomerContactsList 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): DataOciDatabaseCloudExadataInfrastructureCustomerContactsOutputReference;
}
export interface DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurations {
}
export declare function dataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurationsToTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurations): any;
export declare function dataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurationsToHclTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurations): any;
export declare class DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurationsOutputReference 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(): DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurations | undefined;
    set internalValue(value: DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurations | undefined);
    get isBackupPartition(): cdktf.IResolvable;
    get isResizable(): cdktf.IResolvable;
    get minSizeGb(): number;
    get mountPoint(): string;
}
export declare class DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurationsList 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): DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurationsOutputReference;
}
export interface DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeek {
}
export declare function dataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeekToTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeek): any;
export declare function dataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeekToHclTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeek): any;
export declare class DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference 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(): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeek | undefined;
    set internalValue(value: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeek | undefined);
    get name(): string;
}
export declare class DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeekList 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): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference;
}
export interface DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonths {
}
export declare function dataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonthsToTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonths): any;
export declare function dataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonthsToHclTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonths): any;
export declare class DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonthsOutputReference 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(): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonths | undefined;
    set internalValue(value: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonths | undefined);
    get name(): string;
}
export declare class DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonthsList 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): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonthsOutputReference;
}
export interface DataOciDatabaseCloudExadataInfrastructureMaintenanceWindow {
}
export declare function dataOciDatabaseCloudExadataInfrastructureMaintenanceWindowToTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindow): any;
export declare function dataOciDatabaseCloudExadataInfrastructureMaintenanceWindowToHclTerraform(struct?: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindow): any;
export declare class DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowOutputReference 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(): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindow | undefined;
    set internalValue(value: DataOciDatabaseCloudExadataInfrastructureMaintenanceWindow | undefined);
    get customActionTimeoutInMins(): number;
    private _daysOfWeek;
    get daysOfWeek(): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowDaysOfWeekList;
    get hoursOfDay(): number[];
    get isCustomActionTimeoutEnabled(): cdktf.IResolvable;
    get isMonthlyPatchingEnabled(): cdktf.IResolvable;
    get leadTimeInWeeks(): number;
    private _months;
    get months(): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowMonthsList;
    get patchingMode(): string;
    get preference(): string;
    private _skipRu;
    get skipRu(): cdktf.BooleanList;
    get weeksOfMonth(): number[];
}
export declare class DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowList 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): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_exadata_infrastructure oci_database_cloud_exadata_infrastructure}
*/
export declare class DataOciDatabaseCloudExadataInfrastructure extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_database_cloud_exadata_infrastructure";
    /**
    * Generates CDKTF code for importing a DataOciDatabaseCloudExadataInfrastructure 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 DataOciDatabaseCloudExadataInfrastructure to import
    * @param importFromId The id of the existing DataOciDatabaseCloudExadataInfrastructure that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_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 DataOciDatabaseCloudExadataInfrastructure 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_cloud_exadata_infrastructure oci_database_cloud_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 DataOciDatabaseCloudExadataInfrastructureConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDatabaseCloudExadataInfrastructureConfig);
    get activatedStorageCount(): number;
    get additionalStorageCount(): number;
    get availabilityDomain(): string;
    get availableStorageSizeInGbs(): number;
    private _cloudExadataInfrastructureId?;
    get cloudExadataInfrastructureId(): string;
    set cloudExadataInfrastructureId(value: string);
    get cloudExadataInfrastructureIdInput(): string | undefined;
    get clusterPlacementGroupId(): string;
    get compartmentId(): string;
    get computeCount(): number;
    get cpuCount(): number;
    private _customerContacts;
    get customerContacts(): DataOciDatabaseCloudExadataInfrastructureCustomerContactsList;
    get dataStorageSizeInTbs(): number;
    get dbNodeStorageSizeInGbs(): number;
    get dbServerVersion(): string;
    private _definedFileSystemConfigurations;
    get definedFileSystemConfigurations(): DataOciDatabaseCloudExadataInfrastructureDefinedFileSystemConfigurationsList;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get lastMaintenanceRunId(): string;
    get lifecycleDetails(): string;
    private _maintenanceWindow;
    get maintenanceWindow(): DataOciDatabaseCloudExadataInfrastructureMaintenanceWindowList;
    get maxCpuCount(): number;
    get maxDataStorageInTbs(): number;
    get maxDbNodeStorageInGbs(): number;
    get maxMemoryInGbs(): number;
    get memorySizeInGbs(): number;
    get monthlyDbServerVersion(): string;
    get monthlyStorageServerVersion(): string;
    get nextMaintenanceRunId(): string;
    get shape(): string;
    get state(): string;
    get storageCount(): number;
    get storageServerVersion(): string;
    get subscriptionId(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get totalStorageSizeInGbs(): number;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
