import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataYandexDatasphereProjectConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/datasphere_project#id DataYandexDatasphereProject#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; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/datasphere_project#timeouts DataYandexDatasphereProject#timeouts} */ readonly timeouts?: DataYandexDatasphereProjectTimeouts; } export interface DataYandexDatasphereProjectLimits { } export declare function dataYandexDatasphereProjectLimitsToTerraform(struct?: DataYandexDatasphereProjectLimits): any; export declare function dataYandexDatasphereProjectLimitsToHclTerraform(struct?: DataYandexDatasphereProjectLimits): any; export declare class DataYandexDatasphereProjectLimitsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): DataYandexDatasphereProjectLimits | undefined; set internalValue(value: DataYandexDatasphereProjectLimits | undefined); get balance(): any; get maxUnitsPerExecution(): any; get maxUnitsPerHour(): any; } export interface DataYandexDatasphereProjectSettings { } export declare function dataYandexDatasphereProjectSettingsToTerraform(struct?: DataYandexDatasphereProjectSettings): any; export declare function dataYandexDatasphereProjectSettingsToHclTerraform(struct?: DataYandexDatasphereProjectSettings): any; export declare class DataYandexDatasphereProjectSettingsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): DataYandexDatasphereProjectSettings | undefined; set internalValue(value: DataYandexDatasphereProjectSettings | undefined); get dataProcClusterId(): any; get defaultFolderId(): any; get securityGroupIds(): any; get serviceAccountId(): any; get staleExecTimeoutMode(): any; get subnetId(): any; } export interface DataYandexDatasphereProjectTimeouts { /** * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/datasphere_project#create DataYandexDatasphereProject#create} */ readonly create?: string; /** * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/datasphere_project#delete DataYandexDatasphereProject#delete} */ readonly delete?: string; /** * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/datasphere_project#update DataYandexDatasphereProject#update} */ readonly update?: string; } export declare function dataYandexDatasphereProjectTimeoutsToTerraform(struct?: DataYandexDatasphereProjectTimeouts | cdktf.IResolvable): any; export declare function dataYandexDatasphereProjectTimeoutsToHclTerraform(struct?: DataYandexDatasphereProjectTimeouts | cdktf.IResolvable): any; export declare class DataYandexDatasphereProjectTimeoutsOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): DataYandexDatasphereProjectTimeouts | cdktf.IResolvable | undefined; set internalValue(value: DataYandexDatasphereProjectTimeouts | cdktf.IResolvable | undefined); private _create?; get create(): string; set create(value: string); resetCreate(): void; get createInput(): string; private _delete?; get delete(): string; set delete(value: string); resetDelete(): void; get deleteInput(): string; private _update?; get update(): string; set update(value: string); resetUpdate(): void; get updateInput(): string; } /** * Represents a {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/datasphere_project yandex_datasphere_project} */ export declare class DataYandexDatasphereProject extends cdktf.TerraformDataSource { static readonly tfResourceType = "yandex_datasphere_project"; /** * Generates CDKTF code for importing a DataYandexDatasphereProject 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 DataYandexDatasphereProject to import * @param importFromId The id of the existing DataYandexDatasphereProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/datasphere_project#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataYandexDatasphereProject 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/datasphere_project yandex_datasphere_project} 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 DataYandexDatasphereProjectConfig */ constructor(scope: Construct, id: string, config: DataYandexDatasphereProjectConfig); get communityId(): any; get createdAt(): any; get createdBy(): any; get description(): any; private _id?; get id(): string; set id(value: string); get idInput(): string; private _labels; get labels(): any; private _limits; get limits(): DataYandexDatasphereProjectLimitsOutputReference; get name(): any; private _settings; get settings(): DataYandexDatasphereProjectSettingsOutputReference; private _timeouts; get timeouts(): DataYandexDatasphereProjectTimeoutsOutputReference; putTimeouts(value: DataYandexDatasphereProjectTimeouts): void; resetTimeouts(): void; get timeoutsInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }