connections
Retrieves a list of connections
in a region
Overview
Name | connections |
Type | Resource |
Description | connections |
Id | awscc.codestarconnections.connections |
Fields
Name | Datatype | Description |
---|---|---|
connection_arn | string | The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
connection_arn
FROM awscc.codestarconnections.connections
WHERE region = 'us-east-1'
Permissions
To operate on the connections
resource, the following permissions are required:
Create
codestar-connections:CreateConnection,
codestar-connections:TagResource
List
codestar-connections:ListConnections,
codestar-connections:ListTagsForResource