pub struct MetricDataQuery {
pub expression: Option<Value<String>>,
pub id: Value<String>,
pub label: Option<Value<String>>,
pub metric_stat: Option<Value<MetricStat>>,
pub period: Option<Value<u32>>,
pub return_data: Option<Value<bool>>,
}Expand description
The AWS::CloudWatch::Alarm.MetricDataQuery property type.
Fields§
§expression: Option<Value<String>>Property Expression.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
id: Value<String>Property Id.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
label: Option<Value<String>>Property Label.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
metric_stat: Option<Value<MetricStat>>Property MetricStat.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
period: Option<Value<u32>>Property Period.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
return_data: Option<Value<bool>>Property ReturnData.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.