Skip to main content

connections

Retrieves a list of connections in a region

Overview

Nameconnections
TypeResource
Descriptionconnections
Idawscc.codestarconnections.connections

Fields

NameDatatypeDescription
connection_arnstringThe Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.
regionstringAWS 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