import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface PrivateDnsZoneVpcAttachmentConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#id PrivateDnsZoneVpcAttachment#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; /** * PrivateZone ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#zone_id PrivateDnsZoneVpcAttachment#zone_id} */ readonly zoneId: string; /** * account_vpc_set block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#account_vpc_set PrivateDnsZoneVpcAttachment#account_vpc_set} */ readonly accountVpcSet?: PrivateDnsZoneVpcAttachmentAccountVpcSet; /** * vpc_set block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#vpc_set PrivateDnsZoneVpcAttachment#vpc_set} */ readonly vpcSet?: PrivateDnsZoneVpcAttachmentVpcSet; } export interface PrivateDnsZoneVpcAttachmentAccountVpcSet { /** * Vpc region. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#region PrivateDnsZoneVpcAttachment#region} */ readonly region: string; /** * Vpc owner uin. To grant role authorization to this account. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#uin PrivateDnsZoneVpcAttachment#uin} */ readonly uin: string; /** * Uniq Vpc Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#uniq_vpc_id PrivateDnsZoneVpcAttachment#uniq_vpc_id} */ readonly uniqVpcId: string; } export declare function privateDnsZoneVpcAttachmentAccountVpcSetToTerraform(struct?: PrivateDnsZoneVpcAttachmentAccountVpcSetOutputReference | PrivateDnsZoneVpcAttachmentAccountVpcSet): any; export declare function privateDnsZoneVpcAttachmentAccountVpcSetToHclTerraform(struct?: PrivateDnsZoneVpcAttachmentAccountVpcSetOutputReference | PrivateDnsZoneVpcAttachmentAccountVpcSet): any; export declare class PrivateDnsZoneVpcAttachmentAccountVpcSetOutputReference 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(): PrivateDnsZoneVpcAttachmentAccountVpcSet | undefined; set internalValue(value: PrivateDnsZoneVpcAttachmentAccountVpcSet | undefined); private _region?; get region(): string; set region(value: string); get regionInput(): string; private _uin?; get uin(): string; set uin(value: string); get uinInput(): string; private _uniqVpcId?; get uniqVpcId(): string; set uniqVpcId(value: string); get uniqVpcIdInput(): string; } export interface PrivateDnsZoneVpcAttachmentVpcSet { /** * Vpc region. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#region PrivateDnsZoneVpcAttachment#region} */ readonly region: string; /** * Uniq Vpc Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#uniq_vpc_id PrivateDnsZoneVpcAttachment#uniq_vpc_id} */ readonly uniqVpcId: string; } export declare function privateDnsZoneVpcAttachmentVpcSetToTerraform(struct?: PrivateDnsZoneVpcAttachmentVpcSetOutputReference | PrivateDnsZoneVpcAttachmentVpcSet): any; export declare function privateDnsZoneVpcAttachmentVpcSetToHclTerraform(struct?: PrivateDnsZoneVpcAttachmentVpcSetOutputReference | PrivateDnsZoneVpcAttachmentVpcSet): any; export declare class PrivateDnsZoneVpcAttachmentVpcSetOutputReference 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(): PrivateDnsZoneVpcAttachmentVpcSet | undefined; set internalValue(value: PrivateDnsZoneVpcAttachmentVpcSet | undefined); private _region?; get region(): string; set region(value: string); get regionInput(): string; private _uniqVpcId?; get uniqVpcId(): string; set uniqVpcId(value: string); get uniqVpcIdInput(): string; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment tencentcloud_private_dns_zone_vpc_attachment} */ export declare class PrivateDnsZoneVpcAttachment extends cdktf.TerraformResource { static readonly tfResourceType = "tencentcloud_private_dns_zone_vpc_attachment"; /** * Generates CDKTF code for importing a PrivateDnsZoneVpcAttachment 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 PrivateDnsZoneVpcAttachment to import * @param importFromId The id of the existing PrivateDnsZoneVpcAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PrivateDnsZoneVpcAttachment 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/tencentcloudstack/tencentcloud/1.82.49/docs/resources/private_dns_zone_vpc_attachment tencentcloud_private_dns_zone_vpc_attachment} 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 PrivateDnsZoneVpcAttachmentConfig */ constructor(scope: Construct, id: string, config: PrivateDnsZoneVpcAttachmentConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _zoneId?; get zoneId(): string; set zoneId(value: string); get zoneIdInput(): string; private _accountVpcSet; get accountVpcSet(): PrivateDnsZoneVpcAttachmentAccountVpcSetOutputReference; putAccountVpcSet(value: PrivateDnsZoneVpcAttachmentAccountVpcSet): void; resetAccountVpcSet(): void; get accountVpcSetInput(): PrivateDnsZoneVpcAttachmentAccountVpcSet; private _vpcSet; get vpcSet(): PrivateDnsZoneVpcAttachmentVpcSetOutputReference; putVpcSet(value: PrivateDnsZoneVpcAttachmentVpcSet): void; resetVpcSet(): void; get vpcSetInput(): PrivateDnsZoneVpcAttachmentVpcSet; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }