GetConnectorsResponse¶
| Field | Type | Description |
|---|---|---|
| connectors | The connectors configured for the calling shard. |
Example¶
JSON
{
"connectors": [
{
"cloudwatch_connector_config": {
"region": "us-east-1",
"role_arn": "arn:aws:iam::123456789012:role/CloudWatchConnectorRole"
},
"name": "example-connector"
}
]
}