This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ECS::Service MonitoringConfiguration
The optional monitoring configuration for a service, which defines the resolution
for the service-level CPUUtilization and MemoryUtilization
Amazon CloudWatch metrics. When not specified, Amazon ECS uses the default resolution
of 60 seconds.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MetricConfigurations" :[ MetricConfiguration, ... ]}
Properties
MetricConfigurations-
The list of metric configurations for the service monitoring.
Required: Yes
Type: Array of MetricConfiguration
Minimum:
1Maximum:
2Update requires: No interruption