import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataYandexDataprocClusterConfig extends cdktf.TerraformMetaArguments { /** * The ID of the Yandex Data Processing cluster. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/dataproc_cluster#cluster_id DataYandexDataprocCluster#cluster_id} */ readonly clusterId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/dataproc_cluster#id DataYandexDataprocCluster#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 resource name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/dataproc_cluster#name DataYandexDataprocCluster#name} */ readonly name?: string; } export interface DataYandexDataprocClusterClusterConfigHadoopInitializationAction { } export declare function dataYandexDataprocClusterClusterConfigHadoopInitializationActionToTerraform(struct?: DataYandexDataprocClusterClusterConfigHadoopInitializationAction): any; export declare function dataYandexDataprocClusterClusterConfigHadoopInitializationActionToHclTerraform(struct?: DataYandexDataprocClusterClusterConfigHadoopInitializationAction): any; export declare class DataYandexDataprocClusterClusterConfigHadoopInitializationActionOutputReference 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(): DataYandexDataprocClusterClusterConfigHadoopInitializationAction | undefined; set internalValue(value: DataYandexDataprocClusterClusterConfigHadoopInitializationAction | undefined); get args(): any; get timeout(): any; get uri(): any; } export declare class DataYandexDataprocClusterClusterConfigHadoopInitializationActionList 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): DataYandexDataprocClusterClusterConfigHadoopInitializationActionOutputReference; } export interface DataYandexDataprocClusterClusterConfigHadoop { } export declare function dataYandexDataprocClusterClusterConfigHadoopToTerraform(struct?: DataYandexDataprocClusterClusterConfigHadoop): any; export declare function dataYandexDataprocClusterClusterConfigHadoopToHclTerraform(struct?: DataYandexDataprocClusterClusterConfigHadoop): any; export declare class DataYandexDataprocClusterClusterConfigHadoopOutputReference 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(): DataYandexDataprocClusterClusterConfigHadoop | undefined; set internalValue(value: DataYandexDataprocClusterClusterConfigHadoop | undefined); private _initializationAction; get initializationAction(): DataYandexDataprocClusterClusterConfigHadoopInitializationActionList; get oslogin(): any; private _properties; get properties(): any; get services(): any; get sshPublicKeys(): any; } export declare class DataYandexDataprocClusterClusterConfigHadoopList 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): DataYandexDataprocClusterClusterConfigHadoopOutputReference; } export interface DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfig { } export declare function dataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfigToTerraform(struct?: DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfig): any; export declare function dataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfigToHclTerraform(struct?: DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfig): any; export declare class DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfigOutputReference 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(): DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfig | undefined; set internalValue(value: DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfig | undefined); get cpuUtilizationTarget(): any; get decommissionTimeout(): any; get maxHostsCount(): any; get measurementDuration(): any; get preemptible(): any; get stabilizationDuration(): any; get warmupDuration(): any; } export declare class DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfigList 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): DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfigOutputReference; } export interface DataYandexDataprocClusterClusterConfigSubclusterSpecResources { } export declare function dataYandexDataprocClusterClusterConfigSubclusterSpecResourcesToTerraform(struct?: DataYandexDataprocClusterClusterConfigSubclusterSpecResources): any; export declare function dataYandexDataprocClusterClusterConfigSubclusterSpecResourcesToHclTerraform(struct?: DataYandexDataprocClusterClusterConfigSubclusterSpecResources): any; export declare class DataYandexDataprocClusterClusterConfigSubclusterSpecResourcesOutputReference 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(): DataYandexDataprocClusterClusterConfigSubclusterSpecResources | undefined; set internalValue(value: DataYandexDataprocClusterClusterConfigSubclusterSpecResources | undefined); get diskSize(): any; get diskTypeId(): any; get resourcePresetId(): any; } export declare class DataYandexDataprocClusterClusterConfigSubclusterSpecResourcesList 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): DataYandexDataprocClusterClusterConfigSubclusterSpecResourcesOutputReference; } export interface DataYandexDataprocClusterClusterConfigSubclusterSpec { } export declare function dataYandexDataprocClusterClusterConfigSubclusterSpecToTerraform(struct?: DataYandexDataprocClusterClusterConfigSubclusterSpec): any; export declare function dataYandexDataprocClusterClusterConfigSubclusterSpecToHclTerraform(struct?: DataYandexDataprocClusterClusterConfigSubclusterSpec): any; export declare class DataYandexDataprocClusterClusterConfigSubclusterSpecOutputReference 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(): DataYandexDataprocClusterClusterConfigSubclusterSpec | undefined; set internalValue(value: DataYandexDataprocClusterClusterConfigSubclusterSpec | undefined); get assignPublicIp(): any; private _autoscalingConfig; get autoscalingConfig(): DataYandexDataprocClusterClusterConfigSubclusterSpecAutoscalingConfigList; get hostsCount(): any; get id(): any; get name(): any; private _resources; get resources(): DataYandexDataprocClusterClusterConfigSubclusterSpecResourcesList; get role(): any; get subnetId(): any; } export declare class DataYandexDataprocClusterClusterConfigSubclusterSpecList 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): DataYandexDataprocClusterClusterConfigSubclusterSpecOutputReference; } export interface DataYandexDataprocClusterClusterConfig { } export declare function dataYandexDataprocClusterClusterConfigToTerraform(struct?: DataYandexDataprocClusterClusterConfig): any; export declare function dataYandexDataprocClusterClusterConfigToHclTerraform(struct?: DataYandexDataprocClusterClusterConfig): any; export declare class DataYandexDataprocClusterClusterConfigOutputReference 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(): DataYandexDataprocClusterClusterConfig | undefined; set internalValue(value: DataYandexDataprocClusterClusterConfig | undefined); private _hadoop; get hadoop(): DataYandexDataprocClusterClusterConfigHadoopList; private _subclusterSpec; get subclusterSpec(): DataYandexDataprocClusterClusterConfigSubclusterSpecList; get versionId(): any; } export declare class DataYandexDataprocClusterClusterConfigList 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): DataYandexDataprocClusterClusterConfigOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/dataproc_cluster yandex_dataproc_cluster} */ export declare class DataYandexDataprocCluster extends cdktf.TerraformDataSource { static readonly tfResourceType = "yandex_dataproc_cluster"; /** * Generates CDKTF code for importing a DataYandexDataprocCluster 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 DataYandexDataprocCluster to import * @param importFromId The id of the existing DataYandexDataprocCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/dataproc_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataYandexDataprocCluster 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/dataproc_cluster yandex_dataproc_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 DataYandexDataprocClusterConfig = {} */ constructor(scope: Construct, id: string, config?: DataYandexDataprocClusterConfig); get autoscalingServiceAccountId(): any; get bucket(): any; private _clusterConfig; get clusterConfig(): DataYandexDataprocClusterClusterConfigList; private _clusterId?; get clusterId(): string; set clusterId(value: string); resetClusterId(): void; get clusterIdInput(): string; get createdAt(): any; get deletionProtection(): any; get description(): any; get environment(): any; get folderId(): any; get hostGroupIds(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _labels; get labels(): any; get logGroupId(): any; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; get securityGroupIds(): any; get serviceAccountId(): any; get uiProxy(): any; get zoneId(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }