Properties
| Name | Type | Description |
|---|---|---|
| Name | string | The name of the metric stream. |
| IncludeFilters | array | If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. |
| ExcludeFilters | array | If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here. |
| FirehoseArn | string | The ARN of the Amazon Kinesis Data Firehose delivery stream to use for this metric stream. |
| RoleArn | string | The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Data Firehose resources. |
| OutputFormat | string | The output format for the stream. |
| Tags | array | A list of key-value pairs to associate with the metric stream. |
| IncludeLinkedAccountsMetrics | boolean | If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PutMetricStreamInput",
"type": "object",
"properties": {
"Name": {
"type": "string",
"description": "The name of the metric stream."
},
"IncludeFilters": {
"type": "array",
"description": "If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here."
},
"ExcludeFilters": {
"type": "array",
"description": "If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here."
},
"FirehoseArn": {
"type": "string",
"description": "The ARN of the Amazon Kinesis Data Firehose delivery stream to use for this metric stream."
},
"RoleArn": {
"type": "string",
"description": "The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Data Firehose resources."
},
"OutputFormat": {
"type": "string",
"description": "The output format for the stream."
},
"Tags": {
"type": "array",
"description": "A list of key-value pairs to associate with the metric stream."
},
"IncludeLinkedAccountsMetrics": {
"type": "boolean",
"description": "If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts."
}
}
}