alicloud.ess.Alarm
Import
Ess alarm can be imported using the id, e.g.
$ pulumi import alicloud:ess/alarm:Alarm example asg-2ze500_045efffe-4d05
Create Alarm Resource
new Alarm(name: string, args: AlarmArgs, opts?: CustomResourceOptions);
@overload
def Alarm(resource_name: str,
opts: Optional[ResourceOptions] = None,
alarm_actions: Optional[Sequence[str]] = None,
cloud_monitor_group_id: Optional[int] = None,
comparison_operator: Optional[str] = None,
description: Optional[str] = None,
dimensions: Optional[Mapping[str, Any]] = None,
enable: Optional[bool] = None,
evaluation_count: Optional[int] = None,
metric_name: Optional[str] = None,
metric_type: Optional[str] = None,
name: Optional[str] = None,
period: Optional[int] = None,
scaling_group_id: Optional[str] = None,
statistics: Optional[str] = None,
threshold: Optional[str] = None)
@overload
def Alarm(resource_name: str,
args: AlarmArgs,
opts: Optional[ResourceOptions] = None)
func NewAlarm(ctx *Context, name string, args AlarmArgs, opts ...ResourceOption) (*Alarm, error)
public Alarm(string name, AlarmArgs args, CustomResourceOptions? opts = null)
type: alicloud:ess:Alarm
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AlarmArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AlarmArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AlarmArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AlarmArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AlarmArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Alarm Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Alarm resource accepts the following input properties:
- Alarm
Actions List<string> The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- Metric
Name string The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- Scaling
Group stringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- Threshold string
The value against which the specified statistics is compared.
- Cloud
Monitor intGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- Comparison
Operator string The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- Description string
The description for the alarm.
- Dimensions Dictionary<string, object>
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- Enable bool
Whether to enable specific ess alarm. Default to true.
- Evaluation
Count int The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- Metric
Type string The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- Name string
The name for ess alarm.
- Period int
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- Statistics string
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- Alarm
Actions []string The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- Metric
Name string The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- Scaling
Group stringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- Threshold string
The value against which the specified statistics is compared.
- Cloud
Monitor intGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- Comparison
Operator string The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- Description string
The description for the alarm.
- Dimensions map[string]interface{}
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- Enable bool
Whether to enable specific ess alarm. Default to true.
- Evaluation
Count int The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- Metric
Type string The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- Name string
The name for ess alarm.
- Period int
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- Statistics string
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- alarm
Actions List<String> The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- metric
Name String The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- scaling
Group StringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- threshold String
The value against which the specified statistics is compared.
- cloud
Monitor IntegerGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- comparison
Operator String The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- description String
The description for the alarm.
- dimensions Map<String,Object>
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- enable Boolean
Whether to enable specific ess alarm. Default to true.
- evaluation
Count Integer The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- metric
Type String The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- name String
The name for ess alarm.
- period Integer
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- statistics String
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- alarm
Actions string[] The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- metric
Name string The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- scaling
Group stringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- threshold string
The value against which the specified statistics is compared.
- cloud
Monitor numberGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- comparison
Operator string The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- description string
The description for the alarm.
- dimensions {[key: string]: any}
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- enable boolean
Whether to enable specific ess alarm. Default to true.
- evaluation
Count number The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- metric
Type string The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- name string
The name for ess alarm.
- period number
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- statistics string
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- alarm_
actions Sequence[str] The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- metric_
name str The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- scaling_
group_ strid The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- threshold str
The value against which the specified statistics is compared.
- cloud_
monitor_ intgroup_ id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- comparison_
operator str The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- description str
The description for the alarm.
- dimensions Mapping[str, Any]
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- enable bool
Whether to enable specific ess alarm. Default to true.
- evaluation_
count int The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- metric_
type str The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- name str
The name for ess alarm.
- period int
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- statistics str
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- alarm
Actions List<String> The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- metric
Name String The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- scaling
Group StringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- threshold String
The value against which the specified statistics is compared.
- cloud
Monitor NumberGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- comparison
Operator String The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- description String
The description for the alarm.
- dimensions Map<Any>
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- enable Boolean
Whether to enable specific ess alarm. Default to true.
- evaluation
Count Number The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- metric
Type String The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- name String
The name for ess alarm.
- period Number
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- statistics String
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
Outputs
All input properties are implicitly available as output properties. Additionally, the Alarm resource produces the following output properties:
Look up Existing Alarm Resource
Get an existing Alarm resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AlarmState, opts?: CustomResourceOptions): Alarm
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alarm_actions: Optional[Sequence[str]] = None,
cloud_monitor_group_id: Optional[int] = None,
comparison_operator: Optional[str] = None,
description: Optional[str] = None,
dimensions: Optional[Mapping[str, Any]] = None,
enable: Optional[bool] = None,
evaluation_count: Optional[int] = None,
metric_name: Optional[str] = None,
metric_type: Optional[str] = None,
name: Optional[str] = None,
period: Optional[int] = None,
scaling_group_id: Optional[str] = None,
state: Optional[str] = None,
statistics: Optional[str] = None,
threshold: Optional[str] = None) -> Alarm
func GetAlarm(ctx *Context, name string, id IDInput, state *AlarmState, opts ...ResourceOption) (*Alarm, error)
public static Alarm Get(string name, Input<string> id, AlarmState? state, CustomResourceOptions? opts = null)
public static Alarm get(String name, Output<String> id, AlarmState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Alarm
Actions List<string> The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- Cloud
Monitor intGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- Comparison
Operator string The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- Description string
The description for the alarm.
- Dimensions Dictionary<string, object>
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- Enable bool
Whether to enable specific ess alarm. Default to true.
- Evaluation
Count int The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- Metric
Name string The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- Metric
Type string The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- Name string
The name for ess alarm.
- Period int
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- Scaling
Group stringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- State string
The state of specified alarm.
- Statistics string
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- Threshold string
The value against which the specified statistics is compared.
- Alarm
Actions []string The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- Cloud
Monitor intGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- Comparison
Operator string The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- Description string
The description for the alarm.
- Dimensions map[string]interface{}
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- Enable bool
Whether to enable specific ess alarm. Default to true.
- Evaluation
Count int The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- Metric
Name string The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- Metric
Type string The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- Name string
The name for ess alarm.
- Period int
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- Scaling
Group stringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- State string
The state of specified alarm.
- Statistics string
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- Threshold string
The value against which the specified statistics is compared.
- alarm
Actions List<String> The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- cloud
Monitor IntegerGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- comparison
Operator String The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- description String
The description for the alarm.
- dimensions Map<String,Object>
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- enable Boolean
Whether to enable specific ess alarm. Default to true.
- evaluation
Count Integer The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- metric
Name String The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- metric
Type String The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- name String
The name for ess alarm.
- period Integer
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- scaling
Group StringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- state String
The state of specified alarm.
- statistics String
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- threshold String
The value against which the specified statistics is compared.
- alarm
Actions string[] The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- cloud
Monitor numberGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- comparison
Operator string The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- description string
The description for the alarm.
- dimensions {[key: string]: any}
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- enable boolean
Whether to enable specific ess alarm. Default to true.
- evaluation
Count number The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- metric
Name string The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- metric
Type string The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- name string
The name for ess alarm.
- period number
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- scaling
Group stringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- state string
The state of specified alarm.
- statistics string
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- threshold string
The value against which the specified statistics is compared.
- alarm_
actions Sequence[str] The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- cloud_
monitor_ intgroup_ id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- comparison_
operator str The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- description str
The description for the alarm.
- dimensions Mapping[str, Any]
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- enable bool
Whether to enable specific ess alarm. Default to true.
- evaluation_
count int The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- metric_
name str The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- metric_
type str The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- name str
The name for ess alarm.
- period int
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- scaling_
group_ strid The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- state str
The state of specified alarm.
- statistics str
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- threshold str
The value against which the specified statistics is compared.
- alarm
Actions List<String> The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.
- cloud
Monitor NumberGroup Id Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.
- comparison
Operator String The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand. Supported value: >=, <=, >, <. Defaults to >=.
- description String
The description for the alarm.
- dimensions Map<Any>
The dimension map for the alarm's associated metric (documented below). For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users.
- enable Boolean
Whether to enable specific ess alarm. Default to true.
- evaluation
Count Number The number of times that needs to satisfies comparison condition before transition into ALARM state. Defaults to 3.
- metric
Name String The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.
- metric
Type String The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.
- name String
The name for ess alarm.
- period Number
The period in seconds over which the specified statistic is applied. Supported value: 60, 120, 300, 900. Defaults to 300.
- scaling
Group StringId The scaling group associated with this alarm, the 'ForceNew' attribute is available in 1.56.0+.
- state String
The state of specified alarm.
- statistics String
The statistic to apply to the alarm's associated metric. Supported value: Average, Minimum, Maximum. Defaults to Average.
- threshold String
The value against which the specified statistics is compared.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
alicloud
Terraform Provider.