元件組態範本片段 - Amazon CloudWatch

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

元件組態範本片段

下面的例子顯示了JSON格式的模板片段。

{ "alarmMetrics" : [ list of alarm metrics ], "logs" : [ list of logs ], "processes" : [ list of processes ], "windowsEvents" : [ list of windows events channels configurations ], "alarms" : [ list of CloudWatch alarms ], "jmxPrometheusExporter": { JMX Prometheus Exporter configuration }, "hanaPrometheusExporter": { SAP HANA Prometheus Exporter configuration }, "haClusterPrometheusExporter": { HA Cluster Prometheus Exporter configuration }, "netWeaverPrometheusExporter": { SAP NetWeaver Prometheus Exporter configuration }, "subComponents" : [ { "subComponentType" : "AWS::EC2::Instance" ... component nested instances configuration }, { "subComponentType" : "AWS::EC2::Volume" ... component nested volumes configuration } ] }