import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface LockboxSecretVersionHashedConfig extends cdktf.TerraformMetaArguments { /** * The Yandex Cloud Lockbox secret version description. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#description LockboxSecretVersionHashed#description} */ readonly description?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#id LockboxSecretVersionHashed#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; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_1 LockboxSecretVersionHashed#key_1} */ readonly key1?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_10 LockboxSecretVersionHashed#key_10} */ readonly key10?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_2 LockboxSecretVersionHashed#key_2} */ readonly key2?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_3 LockboxSecretVersionHashed#key_3} */ readonly key3?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_4 LockboxSecretVersionHashed#key_4} */ readonly key4?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_5 LockboxSecretVersionHashed#key_5} */ readonly key5?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_6 LockboxSecretVersionHashed#key_6} */ readonly key6?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_7 LockboxSecretVersionHashed#key_7} */ readonly key7?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_8 LockboxSecretVersionHashed#key_8} */ readonly key8?: string; /** * Each of the entry keys in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#key_9 LockboxSecretVersionHashed#key_9} */ readonly key9?: string; /** * The Yandex Cloud Lockbox secret ID where to add the version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#secret_id LockboxSecretVersionHashed#secret_id} */ readonly secretId: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_1 LockboxSecretVersionHashed#text_value_1} */ readonly textValue1?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_10 LockboxSecretVersionHashed#text_value_10} */ readonly textValue10?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_2 LockboxSecretVersionHashed#text_value_2} */ readonly textValue2?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_3 LockboxSecretVersionHashed#text_value_3} */ readonly textValue3?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_4 LockboxSecretVersionHashed#text_value_4} */ readonly textValue4?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_5 LockboxSecretVersionHashed#text_value_5} */ readonly textValue5?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_6 LockboxSecretVersionHashed#text_value_6} */ readonly textValue6?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_7 LockboxSecretVersionHashed#text_value_7} */ readonly textValue7?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_8 LockboxSecretVersionHashed#text_value_8} */ readonly textValue8?: string; /** * Each of the entry values in the Yandex Cloud Lockbox secret version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#text_value_9 LockboxSecretVersionHashed#text_value_9} */ readonly textValue9?: string; /** * timeouts block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#timeouts LockboxSecretVersionHashed#timeouts} */ readonly timeouts?: LockboxSecretVersionHashedTimeouts; } export interface LockboxSecretVersionHashedTimeouts { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#create LockboxSecretVersionHashed#create} */ readonly create?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#delete LockboxSecretVersionHashed#delete} */ readonly delete?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#read LockboxSecretVersionHashed#read} */ readonly read?: string; } export declare function lockboxSecretVersionHashedTimeoutsToTerraform(struct?: LockboxSecretVersionHashedTimeouts | cdktf.IResolvable): any; export declare function lockboxSecretVersionHashedTimeoutsToHclTerraform(struct?: LockboxSecretVersionHashedTimeouts | cdktf.IResolvable): any; export declare class LockboxSecretVersionHashedTimeoutsOutputReference 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(): LockboxSecretVersionHashedTimeouts | cdktf.IResolvable | undefined; set internalValue(value: LockboxSecretVersionHashedTimeouts | 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 _read?; get read(): string; set read(value: string); resetRead(): void; get readInput(): string; } /** * Represents a {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed yandex_lockbox_secret_version_hashed} */ export declare class LockboxSecretVersionHashed extends cdktf.TerraformResource { static readonly tfResourceType = "yandex_lockbox_secret_version_hashed"; /** * Generates CDKTF code for importing a LockboxSecretVersionHashed 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 LockboxSecretVersionHashed to import * @param importFromId The id of the existing LockboxSecretVersionHashed that should be imported. Refer to the {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/resources/lockbox_secret_version_hashed#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the LockboxSecretVersionHashed 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/resources/lockbox_secret_version_hashed yandex_lockbox_secret_version_hashed} Resource * * @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 LockboxSecretVersionHashedConfig */ constructor(scope: Construct, id: string, config: LockboxSecretVersionHashedConfig); private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _key1?; get key1(): string; set key1(value: string); resetKey1(): void; get key1Input(): string; private _key10?; get key10(): string; set key10(value: string); resetKey10(): void; get key10Input(): string; private _key2?; get key2(): string; set key2(value: string); resetKey2(): void; get key2Input(): string; private _key3?; get key3(): string; set key3(value: string); resetKey3(): void; get key3Input(): string; private _key4?; get key4(): string; set key4(value: string); resetKey4(): void; get key4Input(): string; private _key5?; get key5(): string; set key5(value: string); resetKey5(): void; get key5Input(): string; private _key6?; get key6(): string; set key6(value: string); resetKey6(): void; get key6Input(): string; private _key7?; get key7(): string; set key7(value: string); resetKey7(): void; get key7Input(): string; private _key8?; get key8(): string; set key8(value: string); resetKey8(): void; get key8Input(): string; private _key9?; get key9(): string; set key9(value: string); resetKey9(): void; get key9Input(): string; private _secretId?; get secretId(): string; set secretId(value: string); get secretIdInput(): string; private _textValue1?; get textValue1(): string; set textValue1(value: string); resetTextValue1(): void; get textValue1Input(): string; private _textValue10?; get textValue10(): string; set textValue10(value: string); resetTextValue10(): void; get textValue10Input(): string; private _textValue2?; get textValue2(): string; set textValue2(value: string); resetTextValue2(): void; get textValue2Input(): string; private _textValue3?; get textValue3(): string; set textValue3(value: string); resetTextValue3(): void; get textValue3Input(): string; private _textValue4?; get textValue4(): string; set textValue4(value: string); resetTextValue4(): void; get textValue4Input(): string; private _textValue5?; get textValue5(): string; set textValue5(value: string); resetTextValue5(): void; get textValue5Input(): string; private _textValue6?; get textValue6(): string; set textValue6(value: string); resetTextValue6(): void; get textValue6Input(): string; private _textValue7?; get textValue7(): string; set textValue7(value: string); resetTextValue7(): void; get textValue7Input(): string; private _textValue8?; get textValue8(): string; set textValue8(value: string); resetTextValue8(): void; get textValue8Input(): string; private _textValue9?; get textValue9(): string; set textValue9(value: string); resetTextValue9(): void; get textValue9Input(): string; private _timeouts; get timeouts(): LockboxSecretVersionHashedTimeoutsOutputReference; putTimeouts(value: LockboxSecretVersionHashedTimeouts): void; resetTimeouts(): void; get timeoutsInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }