connections
Retrieves a list of connections
in a region
Overview
Name | connections |
Type | Resource |
Description | connections |
Id | awscc.events.connections |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the connection. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.events.connections
WHERE region = 'us-east-1'
Permissions
To operate on the connections
resource, the following permissions are required:
Create
events:CreateConnection,
events:DescribeConnection,
secretsmanager:CreateSecret,
secretsmanager:GetSecretValue,
secretsmanager:PutSecretValue,
iam:CreateServiceLinkedRole
List
events:ListConnections