Skip to content
View as Markdown

GetConnectorsResponse

Field Type Description
connectors repeated bitdrift.public.unary.admin.v1.ConnectorConfig 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"
    }
  ]
}