latest--aws-cloudwatch-metricstream
sharedResource Type definition for Metric Stream. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudwatch.git
Properties
The ARN of the Kinesis Firehose where to stream the data.
The ARN of the role that provides access to the Kinesis Firehose.
The output format of the data streamed to the Kinesis Firehose.
Define which metrics will be not streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null.
Define which metrics will be streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null.
Name of the metric stream.
By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members.
If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts that are linked to this monitoring account, in the metric stream. The default is false.
Any of
Definitions
This structure defines the metrics that will be streamed.
Only metrics with Namespace matching this value will be streamed.
Only metrics with MetricNames matching these values will be streamed. Must be set together with Namespace.
This structure specifies a list of additional statistics to stream, and the metrics to stream those additional statistics for. All metrics that match the combination of metric name and namespace will be streamed with the extended statistics, no matter their dimensions.
The additional statistics to stream for the metrics listed in IncludeMetrics.
An array that defines the metrics that are to have additional statistics streamed.
A structure that specifies the metric name and namespace for one metric that is going to have additional statistics included in the stream.
The name of the metric.
The namespace of the metric.
Metadata that you can assign to a Metric Stream, consisting of a key-value pair.
A unique identifier for the tag.
String which you can use to describe or define the tag.