import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudElasticPublicIpv6SConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elastic_public_ipv6s#id DataTencentcloudElasticPublicIpv6S#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; /** * Unique ID column that identifies IPv6. * - Traditional Elastic IPv6 unique ID is like: `eip-11112222` * - Elastic IPv6 unique ID is like: `eipv6 -11112222` * Note: Parameters do not support specifying both IPv6AddressIds and Filters. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elastic_public_ipv6s#ipv6_address_ids DataTencentcloudElasticPublicIpv6S#ipv6_address_ids} */ readonly ipv6AddressIds?: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elastic_public_ipv6s#result_output_file DataTencentcloudElasticPublicIpv6S#result_output_file} */ readonly resultOutputFile?: string; /** * Whether to query traditional IPv6 address information. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elastic_public_ipv6s#traditional DataTencentcloudElasticPublicIpv6S#traditional} */ readonly traditional?: boolean | cdktf.IResolvable; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elastic_public_ipv6s#filters DataTencentcloudElasticPublicIpv6S#filters} */ readonly filters?: DataTencentcloudElasticPublicIpv6SFilters[] | cdktf.IResolvable; } export interface DataTencentcloudElasticPublicIpv6SAddressSetEipAlgType { } export declare function dataTencentcloudElasticPublicIpv6SAddressSetEipAlgTypeToTerraform(struct?: DataTencentcloudElasticPublicIpv6SAddressSetEipAlgType): any; export declare function dataTencentcloudElasticPublicIpv6SAddressSetEipAlgTypeToHclTerraform(struct?: DataTencentcloudElasticPublicIpv6SAddressSetEipAlgType): any; export declare class DataTencentcloudElasticPublicIpv6SAddressSetEipAlgTypeOutputReference 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(): DataTencentcloudElasticPublicIpv6SAddressSetEipAlgType | undefined; set internalValue(value: DataTencentcloudElasticPublicIpv6SAddressSetEipAlgType | undefined); get ftp(): any; get sip(): any; } export declare class DataTencentcloudElasticPublicIpv6SAddressSetEipAlgTypeList 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): DataTencentcloudElasticPublicIpv6SAddressSetEipAlgTypeOutputReference; } export interface DataTencentcloudElasticPublicIpv6SAddressSetTagSet { } export declare function dataTencentcloudElasticPublicIpv6SAddressSetTagSetToTerraform(struct?: DataTencentcloudElasticPublicIpv6SAddressSetTagSet): any; export declare function dataTencentcloudElasticPublicIpv6SAddressSetTagSetToHclTerraform(struct?: DataTencentcloudElasticPublicIpv6SAddressSetTagSet): any; export declare class DataTencentcloudElasticPublicIpv6SAddressSetTagSetOutputReference 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(): DataTencentcloudElasticPublicIpv6SAddressSetTagSet | undefined; set internalValue(value: DataTencentcloudElasticPublicIpv6SAddressSetTagSet | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudElasticPublicIpv6SAddressSetTagSetList 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): DataTencentcloudElasticPublicIpv6SAddressSetTagSetOutputReference; } export interface DataTencentcloudElasticPublicIpv6SAddressSet { } export declare function dataTencentcloudElasticPublicIpv6SAddressSetToTerraform(struct?: DataTencentcloudElasticPublicIpv6SAddressSet): any; export declare function dataTencentcloudElasticPublicIpv6SAddressSetToHclTerraform(struct?: DataTencentcloudElasticPublicIpv6SAddressSet): any; export declare class DataTencentcloudElasticPublicIpv6SAddressSetOutputReference 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(): DataTencentcloudElasticPublicIpv6SAddressSet | undefined; set internalValue(value: DataTencentcloudElasticPublicIpv6SAddressSet | 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(): DataTencentcloudElasticPublicIpv6SAddressSetEipAlgTypeList; 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(): DataTencentcloudElasticPublicIpv6SAddressSetTagSetList; get unVpcId(): any; } export declare class DataTencentcloudElasticPublicIpv6SAddressSetList 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): DataTencentcloudElasticPublicIpv6SAddressSetOutputReference; } export interface DataTencentcloudElasticPublicIpv6SFilters { /** * Property name. If there are multiple Filters, the relationship between Filters is a logical AND (AND) relationship. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elastic_public_ipv6s#name DataTencentcloudElasticPublicIpv6S#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/elastic_public_ipv6s#values DataTencentcloudElasticPublicIpv6S#values} */ readonly values: string[]; } export declare function dataTencentcloudElasticPublicIpv6SFiltersToTerraform(struct?: DataTencentcloudElasticPublicIpv6SFilters | cdktf.IResolvable): any; export declare function dataTencentcloudElasticPublicIpv6SFiltersToHclTerraform(struct?: DataTencentcloudElasticPublicIpv6SFilters | cdktf.IResolvable): any; export declare class DataTencentcloudElasticPublicIpv6SFiltersOutputReference 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(): DataTencentcloudElasticPublicIpv6SFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudElasticPublicIpv6SFilters | 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 DataTencentcloudElasticPublicIpv6SFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudElasticPublicIpv6SFilters[] | 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): DataTencentcloudElasticPublicIpv6SFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elastic_public_ipv6s tencentcloud_elastic_public_ipv6s} */ export declare class DataTencentcloudElasticPublicIpv6S extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_elastic_public_ipv6s"; /** * Generates CDKTF code for importing a DataTencentcloudElasticPublicIpv6S 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 DataTencentcloudElasticPublicIpv6S to import * @param importFromId The id of the existing DataTencentcloudElasticPublicIpv6S that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/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 DataTencentcloudElasticPublicIpv6S 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/elastic_public_ipv6s tencentcloud_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 DataTencentcloudElasticPublicIpv6SConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudElasticPublicIpv6SConfig); private _addressSet; get addressSet(): DataTencentcloudElasticPublicIpv6SAddressSetList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _ipv6AddressIds?; get ipv6AddressIds(): string[]; set ipv6AddressIds(value: string[]); resetIpv6AddressIds(): void; get ipv6AddressIdsInput(): string[]; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _traditional?; get traditional(): boolean | cdktf.IResolvable; set traditional(value: boolean | cdktf.IResolvable); resetTraditional(): void; get traditionalInput(): any; private _filters; get filters(): DataTencentcloudElasticPublicIpv6SFiltersList; putFilters(value: DataTencentcloudElasticPublicIpv6SFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }