AssociationProperty Value | Description | Corresponding AssociationPropertyMetadata |
ALIYUN::CMS::Alarm::MetricSelector | The details of metrics available in Cloud Monitor. | Example code JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"CMSMetricSelector": {
"Type": "String",
"AssociationProperty": "ALIYUN::CMS::Alarm::MetricSelector"
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
CMSMetricSelector:
Type: String
AssociationProperty: ALIYUN::CMS::Alarm::MetricSelector
|
ALIYUN::CMS::Alarm::Rule | Threshold alert rule. | Examples: Example code JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"Rule": {
"AssociationProperty": "ALIYUN::CMS::Alarm::Rule",
"Type": "String",
"Description": {
"zh-cn": "Select a threshold-based alarm rule",
"en": "AlarmRule"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
Rule:
AssociationProperty: ALIYUN::CMS::Alarm::Rule
Type: String
Description:
en: AlarmRule
Example description This example shows how to retrieve a threshold alert rule by setting the AssociationProperty of the Rule parameter to ALIYUN::CMS::Alarm::Rule.
|
ALIYUN::CMS::Alarm::SilenceTime | Alert silence period. | Examples: Example code JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"SilenceTime": {
"AssociationProperty": "ALIYUN::CMS::Alarm::SilenceTime",
"Type": "String",
"Description": {
"zh-cn": "Alarm silence period",
"en": "SilenceTime"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
SilenceTime:
AssociationProperty: ALIYUN::CMS::Alarm::SilenceTime
Type: String
Description:
zh-cn: Alarm silence period
en: Alarm silence period
Example description This example shows how to retrieve the alert silence period by setting the AssociationProperty of the SilenceTime parameter to ALIYUN::CMS::Alarm::SilenceTime.
|
ALIYUN::CMS::Alarm::TriggerResources | Alert resource trigger. | Examples: Example code JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"TriggerResources": {
"AssociationProperty": "ALIYUN::CMS::Alarm::TriggerResources",
"Type": "String",
"Description": {
"zh-cn": "Select the resources that trigger the alert",
"en": "TriggerResources"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
TriggerResources:
AssociationProperty: ALIYUN::CMS::Alarm::TriggerResources
Type: String
Description:
en: TriggerResources
Example description This example shows how to retrieve an alert resource trigger by setting the AssociationProperty of the TriggerResources parameter to ALIYUN::CMS::Alarm::TriggerResources.
|
ALIYUN::CMS::Event::EventFilterRule | Event-triggered alert rule. | Examples: Example code JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"EventRule": {
"AssociationProperty": "ALIYUN::CMS::Event::EventFilterRule",
"Type": "String",
"Description": {
"zh-cn": "Select an event-triggered alert rule",
"en": "EventRule"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
EventRule:
AssociationProperty: ALIYUN::CMS::Event::EventFilterRule
Type: String
Description:
zh-cn: Select an Event-triggered Alert Rule
en: EventRule
Example description This example shows how to retrieve an event-triggered alert rule by setting the AssociationProperty of the EventRule parameter to ALIYUN::CMS::Event::EventFilterRule.
|
ALIYUN::CMS::Event::EventLevel | Event alert level. | Examples: Example code JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"EventLevel": {
"AssociationProperty": "ALIYUN::CMS::Event::EventLevel",
"Type": "String",
"Description": {
"zh-cn": "The event alert level",
"en": "EventLevel"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
EventLevel:
AssociationProperty: ALIYUN::CMS::Event::EventLevel
Type: String
Description:
zh-cn: Select an event alert level
en: EventLevel
Example description This example shows how to retrieve the event alert level by setting the AssociationProperty of the EventLevel parameter to ALIYUN::CMS::Event::EventLevel.
|
ALIYUN::CMS::Event::EventName | Event alert name. | Examples: Example code JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"EventName": {
"AssociationProperty": "ALIYUN::CMS::Event::EventName",
"Type": "String",
"Description": {
"zh-cn": "Select an event alert name",
"en": "EventName"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
EventName:
AssociationProperty: ALIYUN::CMS::Event::EventName
Type: String
Description:
zh-cn: Select the event alert name
en: EventName
Example description This example shows how to retrieve the event alert name by setting the AssociationProperty of the EventName parameter to ALIYUN::CMS::Event::EventName.
|
ALIYUN::CMS::Product::ProductType | Alibaba Cloud services that support events. | Examples: Example code JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"ProductType": {
"AssociationProperty": "ALIYUN::CMS::Product::ProductType",
"Type": "String",
"Description": {
"zh-cn": "Event alert name",
"en": "ProductType"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
ProductType:
AssociationProperty: ALIYUN::CMS::Product::ProductType
Type: String
Description:
en: ProductType
Example description This example shows how to retrieve the Alibaba Cloud services that support events by setting the AssociationProperty of the ProductType parameter to ALIYUN::CMS::Product::ProductType.
|