import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface MonitorTmpTkeConfigConfig extends cdktf.TerraformMetaArguments { /** * ID of cluster. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#cluster_id MonitorTmpTkeConfig#cluster_id} */ readonly clusterId: string; /** * Type of cluster. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#cluster_type MonitorTmpTkeConfig#cluster_type} */ readonly clusterType: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#id MonitorTmpTkeConfig#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; /** * ID of instance. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#instance_id MonitorTmpTkeConfig#instance_id} */ readonly instanceId: string; /** * pod_monitors block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#pod_monitors MonitorTmpTkeConfig#pod_monitors} */ readonly podMonitors?: MonitorTmpTkeConfigPodMonitors[] | cdktf.IResolvable; /** * raw_jobs block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#raw_jobs MonitorTmpTkeConfig#raw_jobs} */ readonly rawJobs?: MonitorTmpTkeConfigRawJobs[] | cdktf.IResolvable; /** * service_monitors block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#service_monitors MonitorTmpTkeConfig#service_monitors} */ readonly serviceMonitors?: MonitorTmpTkeConfigServiceMonitors[] | cdktf.IResolvable; } export interface MonitorTmpTkeConfigPodMonitors { /** * Config. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#config MonitorTmpTkeConfig#config} */ readonly config: string; /** * Name. The naming rule is: namespace/name. If you don't have any namespace, use the default namespace: kube-system, otherwise use the specified one. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#name MonitorTmpTkeConfig#name} */ readonly name: string; /** * Used for output parameters, if the configuration comes from a template, it is the template id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#template_id MonitorTmpTkeConfig#template_id} */ readonly templateId?: string; } export declare function monitorTmpTkeConfigPodMonitorsToTerraform(struct?: MonitorTmpTkeConfigPodMonitors | cdktf.IResolvable): any; export declare function monitorTmpTkeConfigPodMonitorsToHclTerraform(struct?: MonitorTmpTkeConfigPodMonitors | cdktf.IResolvable): any; export declare class MonitorTmpTkeConfigPodMonitorsOutputReference 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(): MonitorTmpTkeConfigPodMonitors | cdktf.IResolvable | undefined; set internalValue(value: MonitorTmpTkeConfigPodMonitors | cdktf.IResolvable | undefined); private _config?; get config(): string; set config(value: string); get configInput(): string; private _name?; get name(): string; set name(value: string); get nameInput(): string; private _templateId?; get templateId(): string; set templateId(value: string); resetTemplateId(): void; get templateIdInput(): string; } export declare class MonitorTmpTkeConfigPodMonitorsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: MonitorTmpTkeConfigPodMonitors[] | 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): MonitorTmpTkeConfigPodMonitorsOutputReference; } export interface MonitorTmpTkeConfigRawJobs { /** * Config. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#config MonitorTmpTkeConfig#config} */ readonly config: string; /** * Name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#name MonitorTmpTkeConfig#name} */ readonly name: string; /** * Used for output parameters, if the configuration comes from a template, it is the template id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#template_id MonitorTmpTkeConfig#template_id} */ readonly templateId?: string; } export declare function monitorTmpTkeConfigRawJobsToTerraform(struct?: MonitorTmpTkeConfigRawJobs | cdktf.IResolvable): any; export declare function monitorTmpTkeConfigRawJobsToHclTerraform(struct?: MonitorTmpTkeConfigRawJobs | cdktf.IResolvable): any; export declare class MonitorTmpTkeConfigRawJobsOutputReference 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(): MonitorTmpTkeConfigRawJobs | cdktf.IResolvable | undefined; set internalValue(value: MonitorTmpTkeConfigRawJobs | cdktf.IResolvable | undefined); private _config?; get config(): string; set config(value: string); get configInput(): string; private _name?; get name(): string; set name(value: string); get nameInput(): string; private _templateId?; get templateId(): string; set templateId(value: string); resetTemplateId(): void; get templateIdInput(): string; } export declare class MonitorTmpTkeConfigRawJobsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: MonitorTmpTkeConfigRawJobs[] | 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): MonitorTmpTkeConfigRawJobsOutputReference; } export interface MonitorTmpTkeConfigServiceMonitors { /** * Config. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#config MonitorTmpTkeConfig#config} */ readonly config: string; /** * Name. The naming rule is: namespace/name. If you don't have any namespace, use the default namespace: kube-system, otherwise use the specified one. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#name MonitorTmpTkeConfig#name} */ readonly name: string; /** * Used for output parameters, if the configuration comes from a template, it is the template id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#template_id MonitorTmpTkeConfig#template_id} */ readonly templateId?: string; } export declare function monitorTmpTkeConfigServiceMonitorsToTerraform(struct?: MonitorTmpTkeConfigServiceMonitors | cdktf.IResolvable): any; export declare function monitorTmpTkeConfigServiceMonitorsToHclTerraform(struct?: MonitorTmpTkeConfigServiceMonitors | cdktf.IResolvable): any; export declare class MonitorTmpTkeConfigServiceMonitorsOutputReference 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(): MonitorTmpTkeConfigServiceMonitors | cdktf.IResolvable | undefined; set internalValue(value: MonitorTmpTkeConfigServiceMonitors | cdktf.IResolvable | undefined); private _config?; get config(): string; set config(value: string); get configInput(): string; private _name?; get name(): string; set name(value: string); get nameInput(): string; private _templateId?; get templateId(): string; set templateId(value: string); resetTemplateId(): void; get templateIdInput(): string; } export declare class MonitorTmpTkeConfigServiceMonitorsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: MonitorTmpTkeConfigServiceMonitors[] | 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): MonitorTmpTkeConfigServiceMonitorsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config tencentcloud_monitor_tmp_tke_config} */ export declare class MonitorTmpTkeConfig extends cdktf.TerraformResource { static readonly tfResourceType = "tencentcloud_monitor_tmp_tke_config"; /** * Generates CDKTF code for importing a MonitorTmpTkeConfig 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 MonitorTmpTkeConfig to import * @param importFromId The id of the existing MonitorTmpTkeConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/monitor_tmp_tke_config#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MonitorTmpTkeConfig 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/resources/monitor_tmp_tke_config tencentcloud_monitor_tmp_tke_config} Resource * * @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 MonitorTmpTkeConfigConfig */ constructor(scope: Construct, id: string, config: MonitorTmpTkeConfigConfig); private _clusterId?; get clusterId(): string; set clusterId(value: string); get clusterIdInput(): string; private _clusterType?; get clusterType(): string; set clusterType(value: string); get clusterTypeInput(): string; get config(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceId?; get instanceId(): string; set instanceId(value: string); get instanceIdInput(): string; private _podMonitors; get podMonitors(): MonitorTmpTkeConfigPodMonitorsList; putPodMonitors(value: MonitorTmpTkeConfigPodMonitors[] | cdktf.IResolvable): void; resetPodMonitors(): void; get podMonitorsInput(): any; private _rawJobs; get rawJobs(): MonitorTmpTkeConfigRawJobsList; putRawJobs(value: MonitorTmpTkeConfigRawJobs[] | cdktf.IResolvable): void; resetRawJobs(): void; get rawJobsInput(): any; private _serviceMonitors; get serviceMonitors(): MonitorTmpTkeConfigServiceMonitorsList; putServiceMonitors(value: MonitorTmpTkeConfigServiceMonitors[] | cdktf.IResolvable): void; resetServiceMonitors(): void; get serviceMonitorsInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }