import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudMonitorTmpInstancesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#id DataTencentcloudMonitorTmpInstances#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; /** * Filter according to instance charge type. * - 2: Prepaid; * - 3: Postpaid by hour. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#instance_charge_type DataTencentcloudMonitorTmpInstances#instance_charge_type} */ readonly instanceChargeType?: number; /** * Query according to one or more instance IDs. The instance ID is like: prom-xxxx. The maximum number of instances requested is 100. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#instance_ids DataTencentcloudMonitorTmpInstances#instance_ids} */ readonly instanceIds?: string[]; /** * Filter according to instance name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#instance_name DataTencentcloudMonitorTmpInstances#instance_name} */ readonly instanceName?: string; /** * Filter according to instance status. * - 1: Creating; * - 2: In operation; * - 3: Abnormal; * - 4: Reconstruction; * - 5: Destruction; * - 6: Stopped taking; * - 8: Suspension of service due to arrears; * - 9: Service has been suspended due to arrears. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#instance_status DataTencentcloudMonitorTmpInstances#instance_status} */ readonly instanceStatus?: number[]; /** * Filter according to ipv4 address. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#ipv4_address DataTencentcloudMonitorTmpInstances#ipv4_address} */ readonly ipv4Address?: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#result_output_file DataTencentcloudMonitorTmpInstances#result_output_file} */ readonly resultOutputFile?: string; /** * Filter according to availability area. The availability area is shaped like: ap-Guangzhou-1. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#zones DataTencentcloudMonitorTmpInstances#zones} */ readonly zones?: string[]; /** * tag_filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#tag_filters DataTencentcloudMonitorTmpInstances#tag_filters} */ readonly tagFilters?: DataTencentcloudMonitorTmpInstancesTagFilters[] | cdktf.IResolvable; } export interface DataTencentcloudMonitorTmpInstancesInstanceSetGrant { } export declare function dataTencentcloudMonitorTmpInstancesInstanceSetGrantToTerraform(struct?: DataTencentcloudMonitorTmpInstancesInstanceSetGrant): any; export declare function dataTencentcloudMonitorTmpInstancesInstanceSetGrantToHclTerraform(struct?: DataTencentcloudMonitorTmpInstancesInstanceSetGrant): any; export declare class DataTencentcloudMonitorTmpInstancesInstanceSetGrantOutputReference 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(): DataTencentcloudMonitorTmpInstancesInstanceSetGrant | undefined; set internalValue(value: DataTencentcloudMonitorTmpInstancesInstanceSetGrant | undefined); get hasAgentManage(): any; get hasApiOperation(): any; get hasChargeOperation(): any; get hasGrafanaStatusChange(): any; get hasTkeManage(): any; get hasVpcDisplay(): any; } export declare class DataTencentcloudMonitorTmpInstancesInstanceSetGrantList 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): DataTencentcloudMonitorTmpInstancesInstanceSetGrantOutputReference; } export interface DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecification { } export declare function dataTencentcloudMonitorTmpInstancesInstanceSetTagSpecificationToTerraform(struct?: DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecification): any; export declare function dataTencentcloudMonitorTmpInstancesInstanceSetTagSpecificationToHclTerraform(struct?: DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecification): any; export declare class DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecificationOutputReference 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(): DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecification | undefined; set internalValue(value: DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecification | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecificationList 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): DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecificationOutputReference; } export interface DataTencentcloudMonitorTmpInstancesInstanceSet { } export declare function dataTencentcloudMonitorTmpInstancesInstanceSetToTerraform(struct?: DataTencentcloudMonitorTmpInstancesInstanceSet): any; export declare function dataTencentcloudMonitorTmpInstancesInstanceSetToHclTerraform(struct?: DataTencentcloudMonitorTmpInstancesInstanceSet): any; export declare class DataTencentcloudMonitorTmpInstancesInstanceSetOutputReference 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(): DataTencentcloudMonitorTmpInstancesInstanceSet | undefined; set internalValue(value: DataTencentcloudMonitorTmpInstancesInstanceSet | undefined); get alertRuleLimit(): any; get apiRootPath(): any; get authToken(): any; get autoRenewFlag(): any; get chargeStatus(): any; get createdAt(): any; get dataRetentionTime(): any; get enableGrafana(): any; get expireTime(): any; get grafanaInstanceId(): any; get grafanaIpWhiteList(): any; get grafanaStatus(): any; get grafanaUrl(): any; private _grant; get grant(): DataTencentcloudMonitorTmpInstancesInstanceSetGrantList; get instanceChargeType(): any; get instanceId(): any; get instanceName(): any; get instanceStatus(): any; get ipv4Address(): any; get isNearExpire(): any; get migrationType(): any; get proxyAddress(): any; get recordingRuleLimit(): any; get regionId(): any; get remoteWrite(): any; get specName(): any; get subnetId(): any; private _tagSpecification; get tagSpecification(): DataTencentcloudMonitorTmpInstancesInstanceSetTagSpecificationList; get vpcId(): any; get zone(): any; } export declare class DataTencentcloudMonitorTmpInstancesInstanceSetList 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): DataTencentcloudMonitorTmpInstancesInstanceSetOutputReference; } export interface DataTencentcloudMonitorTmpInstancesTagFilters { /** * The key of the tag. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#key DataTencentcloudMonitorTmpInstances#key} */ readonly key: string; /** * The value of the tag. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#value DataTencentcloudMonitorTmpInstances#value} */ readonly value: string; } export declare function dataTencentcloudMonitorTmpInstancesTagFiltersToTerraform(struct?: DataTencentcloudMonitorTmpInstancesTagFilters | cdktf.IResolvable): any; export declare function dataTencentcloudMonitorTmpInstancesTagFiltersToHclTerraform(struct?: DataTencentcloudMonitorTmpInstancesTagFilters | cdktf.IResolvable): any; export declare class DataTencentcloudMonitorTmpInstancesTagFiltersOutputReference 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(): DataTencentcloudMonitorTmpInstancesTagFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudMonitorTmpInstancesTagFilters | cdktf.IResolvable | undefined); private _key?; get key(): string; set key(value: string); get keyInput(): string; private _value?; get value(): string; set value(value: string); get valueInput(): string; } export declare class DataTencentcloudMonitorTmpInstancesTagFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudMonitorTmpInstancesTagFilters[] | 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): DataTencentcloudMonitorTmpInstancesTagFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances tencentcloud_monitor_tmp_instances} */ export declare class DataTencentcloudMonitorTmpInstances extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_monitor_tmp_instances"; /** * Generates CDKTF code for importing a DataTencentcloudMonitorTmpInstances 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 DataTencentcloudMonitorTmpInstances to import * @param importFromId The id of the existing DataTencentcloudMonitorTmpInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_tmp_instances#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudMonitorTmpInstances 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/monitor_tmp_instances tencentcloud_monitor_tmp_instances} 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 DataTencentcloudMonitorTmpInstancesConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudMonitorTmpInstancesConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceChargeType?; get instanceChargeType(): number; set instanceChargeType(value: number); resetInstanceChargeType(): void; get instanceChargeTypeInput(): number; private _instanceIds?; get instanceIds(): string[]; set instanceIds(value: string[]); resetInstanceIds(): void; get instanceIdsInput(): string[]; private _instanceName?; get instanceName(): string; set instanceName(value: string); resetInstanceName(): void; get instanceNameInput(): string; private _instanceSet; get instanceSet(): DataTencentcloudMonitorTmpInstancesInstanceSetList; private _instanceStatus?; get instanceStatus(): number[]; set instanceStatus(value: number[]); resetInstanceStatus(): void; get instanceStatusInput(): number[]; private _ipv4Address?; get ipv4Address(): string[]; set ipv4Address(value: string[]); resetIpv4Address(): void; get ipv4AddressInput(): string[]; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _zones?; get zones(): string[]; set zones(value: string[]); resetZones(): void; get zonesInput(): string[]; private _tagFilters; get tagFilters(): DataTencentcloudMonitorTmpInstancesTagFiltersList; putTagFilters(value: DataTencentcloudMonitorTmpInstancesTagFilters[] | cdktf.IResolvable): void; resetTagFilters(): void; get tagFiltersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }