import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTseGroupsConfig extends cdktf.TerraformMetaArguments { /** * gateway ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_groups#gateway_id DataTencentcloudTseGroups#gateway_id} */ readonly gatewayId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_groups#id DataTencentcloudTseGroups#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_groups#result_output_file DataTencentcloudTseGroups#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_groups#filters DataTencentcloudTseGroups#filters} */ readonly filters?: DataTencentcloudTseGroupsFilters[] | cdktf.IResolvable; } export interface DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetrics { } export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetricsToTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetrics): any; export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetricsToHclTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetrics): any; export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetricsOutputReference 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(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetrics | undefined; set internalValue(value: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetrics | undefined); get resourceName(): any; get targetType(): any; get targetValue(): any; get type(): any; } export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetricsList 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): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetricsOutputReference; } export interface DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfig { } export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigToTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfig): any; export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigToHclTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfig): any; export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigOutputReference 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(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfig | undefined; set internalValue(value: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfig | undefined); get autoScalerId(): any; get createTime(): any; get enabled(): any; get maxReplicas(): any; private _metrics; get metrics(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigMetricsList; get modifyTime(): any; get strategyId(): any; } export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigList 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): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigOutputReference; } export interface DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParams { } export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParamsToTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParams): any; export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParamsToHclTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParams): any; export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParamsOutputReference 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(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParams | undefined; set internalValue(value: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParams | undefined); get crontab(): any; get period(): any; get startAt(): any; get targetReplicas(): any; } export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParamsList 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): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParamsOutputReference; } export interface DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfig { } export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigToTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfig): any; export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigToHclTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfig): any; export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigOutputReference 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(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfig | undefined; set internalValue(value: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfig | undefined); get createTime(): any; get enabled(): any; get modifyTime(): any; private _params; get params(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigParamsList; get strategyId(): any; } export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigList 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): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigOutputReference; } export interface DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategy { } export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyToTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategy): any; export declare function dataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyToHclTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategy): any; export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyOutputReference 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(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategy | undefined; set internalValue(value: DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategy | undefined); private _config; get config(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyConfigList; get createTime(): any; private _cronConfig; get cronConfig(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyCronConfigList; get description(): any; get gatewayId(): any; get maxReplicas(): any; get modifyTime(): any; get strategyId(): any; get strategyName(): any; } export declare class DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyList 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): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyOutputReference; } export interface DataTencentcloudTseGroupsResultGatewayGroupListNodeConfig { } export declare function dataTencentcloudTseGroupsResultGatewayGroupListNodeConfigToTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListNodeConfig): any; export declare function dataTencentcloudTseGroupsResultGatewayGroupListNodeConfigToHclTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListNodeConfig): any; export declare class DataTencentcloudTseGroupsResultGatewayGroupListNodeConfigOutputReference 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(): DataTencentcloudTseGroupsResultGatewayGroupListNodeConfig | undefined; set internalValue(value: DataTencentcloudTseGroupsResultGatewayGroupListNodeConfig | undefined); get number(): any; get specification(): any; } export declare class DataTencentcloudTseGroupsResultGatewayGroupListNodeConfigList 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): DataTencentcloudTseGroupsResultGatewayGroupListNodeConfigOutputReference; } export interface DataTencentcloudTseGroupsResultGatewayGroupListStruct { } export declare function dataTencentcloudTseGroupsResultGatewayGroupListStructToTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListStruct): any; export declare function dataTencentcloudTseGroupsResultGatewayGroupListStructToHclTerraform(struct?: DataTencentcloudTseGroupsResultGatewayGroupListStruct): any; export declare class DataTencentcloudTseGroupsResultGatewayGroupListStructOutputReference 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(): DataTencentcloudTseGroupsResultGatewayGroupListStruct | undefined; set internalValue(value: DataTencentcloudTseGroupsResultGatewayGroupListStruct | undefined); private _bindingStrategy; get bindingStrategy(): DataTencentcloudTseGroupsResultGatewayGroupListBindingStrategyList; get createTime(): any; get description(): any; get gatewayId(): any; get groupId(): any; get internetMaxBandwidthOut(): any; get isFirstGroup(): any; get modifyTime(): any; get name(): any; private _nodeConfig; get nodeConfig(): DataTencentcloudTseGroupsResultGatewayGroupListNodeConfigList; get status(): any; get subnetIds(): any; } export declare class DataTencentcloudTseGroupsResultGatewayGroupListStructList 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): DataTencentcloudTseGroupsResultGatewayGroupListStructOutputReference; } export interface DataTencentcloudTseGroupsResult { } export declare function dataTencentcloudTseGroupsResultToTerraform(struct?: DataTencentcloudTseGroupsResult): any; export declare function dataTencentcloudTseGroupsResultToHclTerraform(struct?: DataTencentcloudTseGroupsResult): any; export declare class DataTencentcloudTseGroupsResultOutputReference 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(): DataTencentcloudTseGroupsResult | undefined; set internalValue(value: DataTencentcloudTseGroupsResult | undefined); private _gatewayGroupList; get gatewayGroupList(): DataTencentcloudTseGroupsResultGatewayGroupListStructList; get totalCount(): any; } export declare class DataTencentcloudTseGroupsResultList 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): DataTencentcloudTseGroupsResultOutputReference; } export interface DataTencentcloudTseGroupsFilters { /** * filter name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_groups#name DataTencentcloudTseGroups#name} */ readonly name: string; /** * filter values. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_groups#values DataTencentcloudTseGroups#values} */ readonly values: string[]; } export declare function dataTencentcloudTseGroupsFiltersToTerraform(struct?: DataTencentcloudTseGroupsFilters | cdktf.IResolvable): any; export declare function dataTencentcloudTseGroupsFiltersToHclTerraform(struct?: DataTencentcloudTseGroupsFilters | cdktf.IResolvable): any; export declare class DataTencentcloudTseGroupsFiltersOutputReference 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(): DataTencentcloudTseGroupsFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudTseGroupsFilters | 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 DataTencentcloudTseGroupsFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudTseGroupsFilters[] | 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): DataTencentcloudTseGroupsFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_groups tencentcloud_tse_groups} */ export declare class DataTencentcloudTseGroups extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tse_groups"; /** * Generates CDKTF code for importing a DataTencentcloudTseGroups 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 DataTencentcloudTseGroups to import * @param importFromId The id of the existing DataTencentcloudTseGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tse_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTseGroups 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_groups tencentcloud_tse_groups} 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 DataTencentcloudTseGroupsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudTseGroupsConfig); private _gatewayId?; get gatewayId(): string; set gatewayId(value: string); get gatewayIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _result; get result(): DataTencentcloudTseGroupsResultList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudTseGroupsFiltersList; putFilters(value: DataTencentcloudTseGroupsFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }