All Products
Search
Document Center

Resource Orchestration Service:Resource CMS

Last Updated:Mar 17, 2026

Nilai Properti Asosiasi

Deskripsi

AssociationPropertyMetadata yang Sesuai

ALIYUN::CMS::Alarm::MetricSelector

Detail metrik yang tersedia di Cloud Monitor.

Kode contoh

Contoh JSON:

{
  "ROSTemplateFormatVersion": "2015-09-01",
  "Parameters": {
    "CMSMetricSelector": {
      "Type": "String",
      "AssociationProperty": "ALIYUN::CMS::Alarm::MetricSelector"
    }
  }
}

Contoh YAML:

ROSTemplateFormatVersion: '2015-09-01'
Parameters:
  CMSMetricSelector:
    Type: String
    AssociationProperty: ALIYUN::CMS::Alarm::MetricSelector

ALIYUN::CMS::Alarm::Rule

Aturan peringatan berbasis ambang batas.

Contoh:

  • Kode contoh

    Contoh JSON:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "Rule": {
          "AssociationProperty": "ALIYUN::CMS::Alarm::Rule",
          "Type": "String",
          "Description": {
            "zh-cn": "Select a threshold-based alarm rule",
            "en": "AlarmRule"
          }
        }
      }
    }

    Contoh YAML:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      Rule:
        AssociationProperty: ALIYUN::CMS::Alarm::Rule
        Type: String
        Description:
          en: AlarmRule
  • Deskripsi contoh

    Contoh ini menunjukkan cara mengambil aturan peringatan berbasis ambang batas dengan mengatur parameter AssociationProperty Rule ke ALIYUN::CMS::Alarm::Rule.

ALIYUN::CMS::Alarm::SilenceTime

Periode diam peringatan.

Contoh:

  • Kode contoh

    Contoh JSON:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "SilenceTime": {
          "AssociationProperty": "ALIYUN::CMS::Alarm::SilenceTime",
          "Type": "String",
          "Description": {
            "zh-cn": "Alarm silence period",
            "en": "SilenceTime"
          }
        }
      }
    }

    Contoh YAML:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      SilenceTime:
        AssociationProperty: ALIYUN::CMS::Alarm::SilenceTime
        Type: String
        Description:
          zh-cn: Alarm silence period
          en: Alarm silence period
  • Deskripsi contoh

    Contoh ini menunjukkan cara mengambil periode diam peringatan dengan mengatur parameter AssociationProperty SilenceTime ke ALIYUN::CMS::Alarm::SilenceTime.

ALIYUN::CMS::Alarm::TriggerResources

Pemicu resource peringatan.

Contoh:

  • Kode contoh

    Contoh JSON:

    {
      "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"
          }
        }
      }
    }

    Contoh YAML:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      TriggerResources:
        AssociationProperty: ALIYUN::CMS::Alarm::TriggerResources
        Type: String
        Description:
          en: TriggerResources
  • Deskripsi contoh

    Contoh ini menunjukkan cara mengambil pemicu resource peringatan dengan mengatur parameter AssociationProperty TriggerResources ke ALIYUN::CMS::Alarm::TriggerResources.

ALIYUN::CMS::Event::EventFilterRule

Aturan peringatan berbasis event.

Contoh:

  • Kode contoh

    Contoh JSON:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "EventRule": {
          "AssociationProperty": "ALIYUN::CMS::Event::EventFilterRule",
          "Type": "String",
          "Description": {
            "zh-cn": "Select an event-triggered alert rule",
            "en": "EventRule"
          }
        }
      }
    }

    Contoh YAML:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      EventRule:
        AssociationProperty: ALIYUN::CMS::Event::EventFilterRule
        Type: String
        Description:
          zh-cn: Select an Event-triggered Alert Rule
          en: EventRule
  • Deskripsi contoh

    Contoh ini menunjukkan cara mengambil aturan peringatan berbasis event dengan mengatur parameter AssociationProperty EventRule ke ALIYUN::CMS::Event::EventFilterRule.

ALIYUN::CMS::Event::EventLevel

Tingkat peringatan event.

Contoh:

  • Kode contoh

    Contoh JSON:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "EventLevel": {
          "AssociationProperty": "ALIYUN::CMS::Event::EventLevel",
          "Type": "String",
          "Description": {
            "zh-cn": "The event alert level",
            "en": "EventLevel"
          }
        }
      }
    }

    Contoh YAML:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      EventLevel:
        AssociationProperty: ALIYUN::CMS::Event::EventLevel
        Type: String
        Description:
          zh-cn: Select an event alert level
          en: EventLevel
  • Deskripsi contoh

    Contoh ini menunjukkan cara mengambil tingkat peringatan event dengan mengatur parameter AssociationProperty EventLevel ke ALIYUN::CMS::Event::EventLevel.

ALIYUN::CMS::Event::EventName

Nama peringatan event.

Contoh:

  • Kode contoh

    Contoh JSON:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "EventName": {
          "AssociationProperty": "ALIYUN::CMS::Event::EventName",
          "Type": "String",
          "Description": {
            "zh-cn": "Select an event alert name",
            "en": "EventName"
          }
        }
      }
    }

    Contoh YAML:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      EventName:
        AssociationProperty: ALIYUN::CMS::Event::EventName
        Type: String
        Description:
          zh-cn: Select the event alert name
          en: EventName
  • Deskripsi contoh

    Contoh ini menunjukkan cara mengambil nama peringatan event dengan mengatur parameter AssociationProperty EventName ke ALIYUN::CMS::Event::EventName.

ALIYUN::CMS::Product::ProductType

Layanan Alibaba Cloud yang mendukung event.

Contoh:

  • Kode contoh

    Contoh JSON:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "ProductType": {
          "AssociationProperty": "ALIYUN::CMS::Product::ProductType",
          "Type": "String",
          "Description": {
            "zh-cn": "Event alert name",
            "en": "ProductType"
          }
        }
      }
    }

    Contoh YAML:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      ProductType:
        AssociationProperty: ALIYUN::CMS::Product::ProductType
        Type: String
        Description:
          en: ProductType
  • Deskripsi contoh

    Contoh ini menunjukkan cara mengambil layanan Alibaba Cloud yang mendukung event dengan mengatur parameter AssociationProperty ProductType ke ALIYUN::CMS::Product::ProductType.