import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTseGatewaysConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_gateways#id DataTencentcloudTseGateways#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; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_gateways#result_output_file DataTencentcloudTseGateways#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/tse_gateways#filters DataTencentcloudTseGateways#filters} */ readonly filters?: DataTencentcloudTseGatewaysFilters[] | cdktf.IResolvable; } export interface DataTencentcloudTseGatewaysResultGatewayListInstancePort { } export declare function dataTencentcloudTseGatewaysResultGatewayListInstancePortToTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListInstancePort): any; export declare function dataTencentcloudTseGatewaysResultGatewayListInstancePortToHclTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListInstancePort): any; export declare class DataTencentcloudTseGatewaysResultGatewayListInstancePortOutputReference 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(): DataTencentcloudTseGatewaysResultGatewayListInstancePort | undefined; set internalValue(value: DataTencentcloudTseGatewaysResultGatewayListInstancePort | undefined); get httpPort(): any; get httpsPort(): any; } export declare class DataTencentcloudTseGatewaysResultGatewayListInstancePortList 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): DataTencentcloudTseGatewaysResultGatewayListInstancePortOutputReference; } export interface DataTencentcloudTseGatewaysResultGatewayListNodeConfig { } export declare function dataTencentcloudTseGatewaysResultGatewayListNodeConfigToTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListNodeConfig): any; export declare function dataTencentcloudTseGatewaysResultGatewayListNodeConfigToHclTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListNodeConfig): any; export declare class DataTencentcloudTseGatewaysResultGatewayListNodeConfigOutputReference 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(): DataTencentcloudTseGatewaysResultGatewayListNodeConfig | undefined; set internalValue(value: DataTencentcloudTseGatewaysResultGatewayListNodeConfig | undefined); get number(): any; get specification(): any; } export declare class DataTencentcloudTseGatewaysResultGatewayListNodeConfigList 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): DataTencentcloudTseGatewaysResultGatewayListNodeConfigOutputReference; } export interface DataTencentcloudTseGatewaysResultGatewayListTags { } export declare function dataTencentcloudTseGatewaysResultGatewayListTagsToTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListTags): any; export declare function dataTencentcloudTseGatewaysResultGatewayListTagsToHclTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListTags): any; export declare class DataTencentcloudTseGatewaysResultGatewayListTagsOutputReference 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(): DataTencentcloudTseGatewaysResultGatewayListTags | undefined; set internalValue(value: DataTencentcloudTseGatewaysResultGatewayListTags | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudTseGatewaysResultGatewayListTagsList 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): DataTencentcloudTseGatewaysResultGatewayListTagsOutputReference; } export interface DataTencentcloudTseGatewaysResultGatewayListVpcConfig { } export declare function dataTencentcloudTseGatewaysResultGatewayListVpcConfigToTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListVpcConfig): any; export declare function dataTencentcloudTseGatewaysResultGatewayListVpcConfigToHclTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListVpcConfig): any; export declare class DataTencentcloudTseGatewaysResultGatewayListVpcConfigOutputReference 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(): DataTencentcloudTseGatewaysResultGatewayListVpcConfig | undefined; set internalValue(value: DataTencentcloudTseGatewaysResultGatewayListVpcConfig | undefined); get subnetId(): any; get vpcId(): any; } export declare class DataTencentcloudTseGatewaysResultGatewayListVpcConfigList 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): DataTencentcloudTseGatewaysResultGatewayListVpcConfigOutputReference; } export interface DataTencentcloudTseGatewaysResultGatewayListStruct { } export declare function dataTencentcloudTseGatewaysResultGatewayListStructToTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListStruct): any; export declare function dataTencentcloudTseGatewaysResultGatewayListStructToHclTerraform(struct?: DataTencentcloudTseGatewaysResultGatewayListStruct): any; export declare class DataTencentcloudTseGatewaysResultGatewayListStructOutputReference 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(): DataTencentcloudTseGatewaysResultGatewayListStruct | undefined; set internalValue(value: DataTencentcloudTseGatewaysResultGatewayListStruct | undefined); get autoRenewFlag(): any; get createTime(): any; get curDeadline(): any; get description(): any; get enableCls(): any; get enableInternet(): any; get engineRegion(): any; get featureVersion(): any; get gatewayId(): any; get gatewayMinorVersion(): any; get gatewayVersion(): any; get ingressClassName(): any; private _instancePort; get instancePort(): DataTencentcloudTseGatewaysResultGatewayListInstancePortList; get internetMaxBandwidthOut(): any; get internetPayMode(): any; get isolateTime(): any; get loadBalancerType(): any; get name(): any; private _nodeConfig; get nodeConfig(): DataTencentcloudTseGatewaysResultGatewayListNodeConfigList; get publicIpAddresses(): any; get status(): any; private _tags; get tags(): DataTencentcloudTseGatewaysResultGatewayListTagsList; get tradeType(): any; get type(): any; private _vpcConfig; get vpcConfig(): DataTencentcloudTseGatewaysResultGatewayListVpcConfigList; } export declare class DataTencentcloudTseGatewaysResultGatewayListStructList 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): DataTencentcloudTseGatewaysResultGatewayListStructOutputReference; } export interface DataTencentcloudTseGatewaysResult { } export declare function dataTencentcloudTseGatewaysResultToTerraform(struct?: DataTencentcloudTseGatewaysResult): any; export declare function dataTencentcloudTseGatewaysResultToHclTerraform(struct?: DataTencentcloudTseGatewaysResult): any; export declare class DataTencentcloudTseGatewaysResultOutputReference 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(): DataTencentcloudTseGatewaysResult | undefined; set internalValue(value: DataTencentcloudTseGatewaysResult | undefined); private _gatewayList; get gatewayList(): DataTencentcloudTseGatewaysResultGatewayListStructList; get totalCount(): any; } export declare class DataTencentcloudTseGatewaysResultList 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): DataTencentcloudTseGatewaysResultOutputReference; } export interface DataTencentcloudTseGatewaysFilters { /** * filter name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_gateways#name DataTencentcloudTseGateways#name} */ readonly name: string; /** * filter value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_gateways#values DataTencentcloudTseGateways#values} */ readonly values: string[]; } export declare function dataTencentcloudTseGatewaysFiltersToTerraform(struct?: DataTencentcloudTseGatewaysFilters | cdktf.IResolvable): any; export declare function dataTencentcloudTseGatewaysFiltersToHclTerraform(struct?: DataTencentcloudTseGatewaysFilters | cdktf.IResolvable): any; export declare class DataTencentcloudTseGatewaysFiltersOutputReference 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(): DataTencentcloudTseGatewaysFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudTseGatewaysFilters | 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 DataTencentcloudTseGatewaysFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudTseGatewaysFilters[] | 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): DataTencentcloudTseGatewaysFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_gateways tencentcloud_tse_gateways} */ export declare class DataTencentcloudTseGateways extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tse_gateways"; /** * Generates CDKTF code for importing a DataTencentcloudTseGateways 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 DataTencentcloudTseGateways to import * @param importFromId The id of the existing DataTencentcloudTseGateways that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_gateways#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTseGateways 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/tse_gateways tencentcloud_tse_gateways} 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 DataTencentcloudTseGatewaysConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTseGatewaysConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _result; get result(): DataTencentcloudTseGatewaysResultList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudTseGatewaysFiltersList; putFilters(value: DataTencentcloudTseGatewaysFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }