import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudClassicElasticPublicIpv6SConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/classic_elastic_public_ipv6s#id DataTencentcloudClassicElasticPublicIpv6S#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; /** * List of unique IDs that identify IPV6. The IPV6 unique ID is shaped like `eip-11112222`. Parameters do not support specifying both `Ip6AddressIds` and `Filters`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/classic_elastic_public_ipv6s#ip6_address_ids DataTencentcloudClassicElasticPublicIpv6S#ip6_address_ids} */ readonly ip6AddressIds?: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/classic_elastic_public_ipv6s#result_output_file DataTencentcloudClassicElasticPublicIpv6S#result_output_file} */ readonly resultOutputFile?: string; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/classic_elastic_public_ipv6s#filters DataTencentcloudClassicElasticPublicIpv6S#filters} */ readonly filters?: DataTencentcloudClassicElasticPublicIpv6SFilters[] | cdktf.IResolvable; } export interface DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgType { } export declare function dataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgTypeToTerraform(struct?: DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgType): any; export declare function dataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgTypeToHclTerraform(struct?: DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgType): any; export declare class DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgTypeOutputReference 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(): DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgType | undefined; set internalValue(value: DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgType | undefined); get ftp(): any; get sip(): any; } export declare class DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgTypeList 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): DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgTypeOutputReference; } export interface DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSet { } export declare function dataTencentcloudClassicElasticPublicIpv6SAddressSetTagSetToTerraform(struct?: DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSet): any; export declare function dataTencentcloudClassicElasticPublicIpv6SAddressSetTagSetToHclTerraform(struct?: DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSet): any; export declare class DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSetOutputReference 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(): DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSet | undefined; set internalValue(value: DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSet | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSetList 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): DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSetOutputReference; } export interface DataTencentcloudClassicElasticPublicIpv6SAddressSet { } export declare function dataTencentcloudClassicElasticPublicIpv6SAddressSetToTerraform(struct?: DataTencentcloudClassicElasticPublicIpv6SAddressSet): any; export declare function dataTencentcloudClassicElasticPublicIpv6SAddressSetToHclTerraform(struct?: DataTencentcloudClassicElasticPublicIpv6SAddressSet): any; export declare class DataTencentcloudClassicElasticPublicIpv6SAddressSetOutputReference 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(): DataTencentcloudClassicElasticPublicIpv6SAddressSet | undefined; set internalValue(value: DataTencentcloudClassicElasticPublicIpv6SAddressSet | undefined); get addressId(): any; get addressIp(): any; get addressName(): any; get addressStatus(): any; get addressType(): any; get antiDdosPackageId(): any; get bandwidth(): any; get bandwidthPackageId(): any; get cascadeRelease(): any; get createdTime(): any; get deadlineDate(): any; get dedicatedClusterId(): any; get egress(): any; private _eipAlgType; get eipAlgType(): DataTencentcloudClassicElasticPublicIpv6SAddressSetEipAlgTypeList; get instanceId(): any; get instanceType(): any; get internetChargeType(): any; get internetServiceProvider(): any; get isArrears(): any; get isBlocked(): any; get isEipDirectConnection(): any; get localBgp(): any; get networkInterfaceId(): any; get privateAddressIp(): any; get renewFlag(): any; private _tagSet; get tagSet(): DataTencentcloudClassicElasticPublicIpv6SAddressSetTagSetList; get unVpcId(): any; } export declare class DataTencentcloudClassicElasticPublicIpv6SAddressSetList 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): DataTencentcloudClassicElasticPublicIpv6SAddressSetOutputReference; } export interface DataTencentcloudClassicElasticPublicIpv6SFilters { /** * Property name. If there are multiple Filters, the relationship between Filters is a logical AND relationship. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/classic_elastic_public_ipv6s#name DataTencentcloudClassicElasticPublicIpv6S#name} */ readonly name: string; /** * Attribute value. If there are multiple Values in the same Filter, the relationship between Values under the same Filter is a logical OR relationship. When the value type is a Boolean type, the value can be directly taken to the string TRUE or FALSE. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/classic_elastic_public_ipv6s#values DataTencentcloudClassicElasticPublicIpv6S#values} */ readonly values: string[]; } export declare function dataTencentcloudClassicElasticPublicIpv6SFiltersToTerraform(struct?: DataTencentcloudClassicElasticPublicIpv6SFilters | cdktf.IResolvable): any; export declare function dataTencentcloudClassicElasticPublicIpv6SFiltersToHclTerraform(struct?: DataTencentcloudClassicElasticPublicIpv6SFilters | cdktf.IResolvable): any; export declare class DataTencentcloudClassicElasticPublicIpv6SFiltersOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @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(): DataTencentcloudClassicElasticPublicIpv6SFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudClassicElasticPublicIpv6SFilters | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[]; } export declare class DataTencentcloudClassicElasticPublicIpv6SFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudClassicElasticPublicIpv6SFilters[] | cdktf.IResolvable; /** * @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): DataTencentcloudClassicElasticPublicIpv6SFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/classic_elastic_public_ipv6s tencentcloud_classic_elastic_public_ipv6s} */ export declare class DataTencentcloudClassicElasticPublicIpv6S extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_classic_elastic_public_ipv6s"; /** * Generates CDKTF code for importing a DataTencentcloudClassicElasticPublicIpv6S 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 DataTencentcloudClassicElasticPublicIpv6S to import * @param importFromId The id of the existing DataTencentcloudClassicElasticPublicIpv6S that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/classic_elastic_public_ipv6s#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudClassicElasticPublicIpv6S 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/data-sources/classic_elastic_public_ipv6s tencentcloud_classic_elastic_public_ipv6s} 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 DataTencentcloudClassicElasticPublicIpv6SConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudClassicElasticPublicIpv6SConfig); private _addressSet; get addressSet(): DataTencentcloudClassicElasticPublicIpv6SAddressSetList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _ip6AddressIds?; get ip6AddressIds(): string[]; set ip6AddressIds(value: string[]); resetIp6AddressIds(): void; get ip6AddressIdsInput(): string[]; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudClassicElasticPublicIpv6SFiltersList; putFilters(value: DataTencentcloudClassicElasticPublicIpv6SFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }