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",
"$id": "#/components/schemas/PutMetricStreamInput",
"title": "PutMetricStreamInput",
"type": "object",
"required": [
"Name",
"FirehoseArn",
"RoleArn",
"OutputFormat"
],
"properties": {
"Name": {
"type": "string",
"minLength": 1,
"maxLength": 255,
"description": "The name of the metric stream.",
"example": "Example Title"
},
"IncludeFilters": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MetricStreamFilter"
},
"description": "If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.",
"example": []
},
"ExcludeFilters": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MetricStreamFilter"
},
"description": "If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.",
"example": []
},
"FirehoseArn": {
"type": "string",
"description": "The ARN of the Amazon Kinesis Data Firehose delivery stream to use for this metric stream.",
"example": "example_value"
},
"RoleArn": {
"type": "string",
"description": "The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Data Firehose resources.",
"example": "example_value"
},
"OutputFormat": {
"type": "string",
"enum": [
"json",
"opentelemetry0.7",
"opentelemetry1.0"
],
"description": "The output format for the stream.",
"example": "json"
},
"Tags": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tag"
},
"description": "A list of key-value pairs to associate with the metric stream.",
"example": []
},
"IncludeLinkedAccountsMetrics": {
"type": "boolean",
"description": "If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts.",
"example": true
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cloudwatch-putmetricstreaminput"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.