import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataYandexMdbPostgresqlClusterConfig extends cdktf.TerraformMetaArguments { /** * The ID of the PostgreSQL cluster. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster#cluster_id DataYandexMdbPostgresqlCluster#cluster_id} */ readonly clusterId?: string; /** * The `true` value means that resource is protected from accidental deletion. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster#deletion_protection DataYandexMdbPostgresqlCluster#deletion_protection} */ readonly deletionProtection?: boolean | cdktf.IResolvable; /** * The resource description. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster#description DataYandexMdbPostgresqlCluster#description} */ readonly description?: string; /** * ID of the KMS key for cluster disk encryption. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster#disk_encryption_key_id DataYandexMdbPostgresqlCluster#disk_encryption_key_id} */ readonly diskEncryptionKeyId?: string; /** * The folder identifier that resource belongs to. If it is not provided, the default provider `folder-id` is used. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster#folder_id DataYandexMdbPostgresqlCluster#folder_id} */ readonly folderId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster#id DataYandexMdbPostgresqlCluster#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; /** * The name of the PostgreSQL cluster. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster#name DataYandexMdbPostgresqlCluster#name} */ readonly name?: string; } export interface DataYandexMdbPostgresqlClusterConfigAccess { } export declare function dataYandexMdbPostgresqlClusterConfigAccessToTerraform(struct?: DataYandexMdbPostgresqlClusterConfigAccess): any; export declare function dataYandexMdbPostgresqlClusterConfigAccessToHclTerraform(struct?: DataYandexMdbPostgresqlClusterConfigAccess): any; export declare class DataYandexMdbPostgresqlClusterConfigAccessOutputReference 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(): DataYandexMdbPostgresqlClusterConfigAccess | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterConfigAccess | undefined); get dataLens(): any; get dataTransfer(): any; get serverless(): any; get webSql(): any; } export declare class DataYandexMdbPostgresqlClusterConfigAccessList 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): DataYandexMdbPostgresqlClusterConfigAccessOutputReference; } export interface DataYandexMdbPostgresqlClusterConfigBackupWindowStart { } export declare function dataYandexMdbPostgresqlClusterConfigBackupWindowStartToTerraform(struct?: DataYandexMdbPostgresqlClusterConfigBackupWindowStart): any; export declare function dataYandexMdbPostgresqlClusterConfigBackupWindowStartToHclTerraform(struct?: DataYandexMdbPostgresqlClusterConfigBackupWindowStart): any; export declare class DataYandexMdbPostgresqlClusterConfigBackupWindowStartOutputReference 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(): DataYandexMdbPostgresqlClusterConfigBackupWindowStart | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterConfigBackupWindowStart | undefined); get hours(): any; get minutes(): any; } export declare class DataYandexMdbPostgresqlClusterConfigBackupWindowStartList 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): DataYandexMdbPostgresqlClusterConfigBackupWindowStartOutputReference; } export interface DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscaling { } export declare function dataYandexMdbPostgresqlClusterConfigDiskSizeAutoscalingToTerraform(struct?: DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscaling): any; export declare function dataYandexMdbPostgresqlClusterConfigDiskSizeAutoscalingToHclTerraform(struct?: DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscaling): any; export declare class DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscalingOutputReference 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(): DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscaling | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscaling | undefined); get diskSizeLimit(): any; get emergencyUsageThreshold(): any; get plannedUsageThreshold(): any; } export declare class DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscalingList 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): DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscalingOutputReference; } export interface DataYandexMdbPostgresqlClusterConfigPerformanceDiagnostics { } export declare function dataYandexMdbPostgresqlClusterConfigPerformanceDiagnosticsToTerraform(struct?: DataYandexMdbPostgresqlClusterConfigPerformanceDiagnostics): any; export declare function dataYandexMdbPostgresqlClusterConfigPerformanceDiagnosticsToHclTerraform(struct?: DataYandexMdbPostgresqlClusterConfigPerformanceDiagnostics): any; export declare class DataYandexMdbPostgresqlClusterConfigPerformanceDiagnosticsOutputReference 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(): DataYandexMdbPostgresqlClusterConfigPerformanceDiagnostics | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterConfigPerformanceDiagnostics | undefined); get enabled(): any; get sessionsSamplingInterval(): any; get statementsSamplingInterval(): any; } export declare class DataYandexMdbPostgresqlClusterConfigPerformanceDiagnosticsList 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): DataYandexMdbPostgresqlClusterConfigPerformanceDiagnosticsOutputReference; } export interface DataYandexMdbPostgresqlClusterConfigPoolerConfig { } export declare function dataYandexMdbPostgresqlClusterConfigPoolerConfigToTerraform(struct?: DataYandexMdbPostgresqlClusterConfigPoolerConfig): any; export declare function dataYandexMdbPostgresqlClusterConfigPoolerConfigToHclTerraform(struct?: DataYandexMdbPostgresqlClusterConfigPoolerConfig): any; export declare class DataYandexMdbPostgresqlClusterConfigPoolerConfigOutputReference 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(): DataYandexMdbPostgresqlClusterConfigPoolerConfig | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterConfigPoolerConfig | undefined); get poolDiscard(): any; get poolingMode(): any; } export declare class DataYandexMdbPostgresqlClusterConfigPoolerConfigList 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): DataYandexMdbPostgresqlClusterConfigPoolerConfigOutputReference; } export interface DataYandexMdbPostgresqlClusterConfigResources { } export declare function dataYandexMdbPostgresqlClusterConfigResourcesToTerraform(struct?: DataYandexMdbPostgresqlClusterConfigResources): any; export declare function dataYandexMdbPostgresqlClusterConfigResourcesToHclTerraform(struct?: DataYandexMdbPostgresqlClusterConfigResources): any; export declare class DataYandexMdbPostgresqlClusterConfigResourcesOutputReference 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(): DataYandexMdbPostgresqlClusterConfigResources | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterConfigResources | undefined); get diskSize(): any; get diskTypeId(): any; get resourcePresetId(): any; } export declare class DataYandexMdbPostgresqlClusterConfigResourcesList 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): DataYandexMdbPostgresqlClusterConfigResourcesOutputReference; } export interface DataYandexMdbPostgresqlClusterConfigA { } export declare function dataYandexMdbPostgresqlClusterConfigAToTerraform(struct?: DataYandexMdbPostgresqlClusterConfigA): any; export declare function dataYandexMdbPostgresqlClusterConfigAToHclTerraform(struct?: DataYandexMdbPostgresqlClusterConfigA): any; export declare class DataYandexMdbPostgresqlClusterConfigAOutputReference 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(): DataYandexMdbPostgresqlClusterConfigA | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterConfigA | undefined); private _access; get access(): DataYandexMdbPostgresqlClusterConfigAccessList; get autofailover(): any; get backupRetainPeriodDays(): any; private _backupWindowStart; get backupWindowStart(): DataYandexMdbPostgresqlClusterConfigBackupWindowStartList; private _diskSizeAutoscaling; get diskSizeAutoscaling(): DataYandexMdbPostgresqlClusterConfigDiskSizeAutoscalingList; private _performanceDiagnostics; get performanceDiagnostics(): DataYandexMdbPostgresqlClusterConfigPerformanceDiagnosticsList; private _poolerConfig; get poolerConfig(): DataYandexMdbPostgresqlClusterConfigPoolerConfigList; private _postgresqlConfig; get postgresqlConfig(): any; private _resources; get resources(): DataYandexMdbPostgresqlClusterConfigResourcesList; get version(): any; } export declare class DataYandexMdbPostgresqlClusterConfigAList 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): DataYandexMdbPostgresqlClusterConfigAOutputReference; } export interface DataYandexMdbPostgresqlClusterDatabaseExtension { } export declare function dataYandexMdbPostgresqlClusterDatabaseExtensionToTerraform(struct?: DataYandexMdbPostgresqlClusterDatabaseExtension): any; export declare function dataYandexMdbPostgresqlClusterDatabaseExtensionToHclTerraform(struct?: DataYandexMdbPostgresqlClusterDatabaseExtension): any; export declare class DataYandexMdbPostgresqlClusterDatabaseExtensionOutputReference 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(): DataYandexMdbPostgresqlClusterDatabaseExtension | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterDatabaseExtension | undefined); get name(): any; get version(): any; } export declare class DataYandexMdbPostgresqlClusterDatabaseExtensionList 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): DataYandexMdbPostgresqlClusterDatabaseExtensionOutputReference; } export interface DataYandexMdbPostgresqlClusterDatabase { } export declare function dataYandexMdbPostgresqlClusterDatabaseToTerraform(struct?: DataYandexMdbPostgresqlClusterDatabase): any; export declare function dataYandexMdbPostgresqlClusterDatabaseToHclTerraform(struct?: DataYandexMdbPostgresqlClusterDatabase): any; export declare class DataYandexMdbPostgresqlClusterDatabaseOutputReference 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(): DataYandexMdbPostgresqlClusterDatabase | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterDatabase | undefined); private _extension; get extension(): DataYandexMdbPostgresqlClusterDatabaseExtensionList; get lcCollate(): any; get lcType(): any; get name(): any; get owner(): any; get templateDb(): any; } export declare class DataYandexMdbPostgresqlClusterDatabaseList 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): DataYandexMdbPostgresqlClusterDatabaseOutputReference; } export interface DataYandexMdbPostgresqlClusterHost { } export declare function dataYandexMdbPostgresqlClusterHostToTerraform(struct?: DataYandexMdbPostgresqlClusterHost): any; export declare function dataYandexMdbPostgresqlClusterHostToHclTerraform(struct?: DataYandexMdbPostgresqlClusterHost): any; export declare class DataYandexMdbPostgresqlClusterHostOutputReference 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(): DataYandexMdbPostgresqlClusterHost | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterHost | undefined); get assignPublicIp(): any; get fqdn(): any; get priority(): any; get replicationSource(): any; get role(): any; get subnetId(): any; get zone(): any; } export declare class DataYandexMdbPostgresqlClusterHostList 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): DataYandexMdbPostgresqlClusterHostOutputReference; } export interface DataYandexMdbPostgresqlClusterMaintenanceWindow { } export declare function dataYandexMdbPostgresqlClusterMaintenanceWindowToTerraform(struct?: DataYandexMdbPostgresqlClusterMaintenanceWindow): any; export declare function dataYandexMdbPostgresqlClusterMaintenanceWindowToHclTerraform(struct?: DataYandexMdbPostgresqlClusterMaintenanceWindow): any; export declare class DataYandexMdbPostgresqlClusterMaintenanceWindowOutputReference 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(): DataYandexMdbPostgresqlClusterMaintenanceWindow | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterMaintenanceWindow | undefined); get day(): any; get hour(): any; get type(): any; } export declare class DataYandexMdbPostgresqlClusterMaintenanceWindowList 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): DataYandexMdbPostgresqlClusterMaintenanceWindowOutputReference; } export interface DataYandexMdbPostgresqlClusterUserPermission { } export declare function dataYandexMdbPostgresqlClusterUserPermissionToTerraform(struct?: DataYandexMdbPostgresqlClusterUserPermission): any; export declare function dataYandexMdbPostgresqlClusterUserPermissionToHclTerraform(struct?: DataYandexMdbPostgresqlClusterUserPermission): any; export declare class DataYandexMdbPostgresqlClusterUserPermissionOutputReference 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(): DataYandexMdbPostgresqlClusterUserPermission | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterUserPermission | undefined); get databaseName(): any; } export declare class DataYandexMdbPostgresqlClusterUserPermissionList 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): DataYandexMdbPostgresqlClusterUserPermissionOutputReference; } export interface DataYandexMdbPostgresqlClusterUser { } export declare function dataYandexMdbPostgresqlClusterUserToTerraform(struct?: DataYandexMdbPostgresqlClusterUser): any; export declare function dataYandexMdbPostgresqlClusterUserToHclTerraform(struct?: DataYandexMdbPostgresqlClusterUser): any; export declare class DataYandexMdbPostgresqlClusterUserOutputReference 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(): DataYandexMdbPostgresqlClusterUser | undefined; set internalValue(value: DataYandexMdbPostgresqlClusterUser | undefined); get connLimit(): any; get grants(): any; get login(): any; get name(): any; private _permission; get permission(): DataYandexMdbPostgresqlClusterUserPermissionList; private _settings; get settings(): any; } export declare class DataYandexMdbPostgresqlClusterUserList 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): DataYandexMdbPostgresqlClusterUserOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster yandex_mdb_postgresql_cluster} */ export declare class DataYandexMdbPostgresqlCluster extends cdktf.TerraformDataSource { static readonly tfResourceType = "yandex_mdb_postgresql_cluster"; /** * Generates CDKTF code for importing a DataYandexMdbPostgresqlCluster resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataYandexMdbPostgresqlCluster to import * @param importFromId The id of the existing DataYandexMdbPostgresqlCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataYandexMdbPostgresqlCluster to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/mdb_postgresql_cluster yandex_mdb_postgresql_cluster} 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 DataYandexMdbPostgresqlClusterConfig = {} */ constructor(scope: Construct, id: string, config?: DataYandexMdbPostgresqlClusterConfig); private _clusterId?; get clusterId(): string; set clusterId(value: string); resetClusterId(): void; get clusterIdInput(): string; private _config; get config(): DataYandexMdbPostgresqlClusterConfigAList; get createdAt(): any; private _database; get database(): DataYandexMdbPostgresqlClusterDatabaseList; private _deletionProtection?; get deletionProtection(): boolean | cdktf.IResolvable; set deletionProtection(value: boolean | cdktf.IResolvable); resetDeletionProtection(): void; get deletionProtectionInput(): any; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string; private _diskEncryptionKeyId?; get diskEncryptionKeyId(): string; set diskEncryptionKeyId(value: string); resetDiskEncryptionKeyId(): void; get diskEncryptionKeyIdInput(): string; get environment(): any; private _folderId?; get folderId(): string; set folderId(value: string); resetFolderId(): void; get folderIdInput(): string; get health(): any; private _host; get host(): DataYandexMdbPostgresqlClusterHostList; get hostGroupIds(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _labels; get labels(): any; private _maintenanceWindow; get maintenanceWindow(): DataYandexMdbPostgresqlClusterMaintenanceWindowList; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; get networkId(): any; get securityGroupIds(): any; get status(): any; private _user; get user(): DataYandexMdbPostgresqlClusterUserList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }