connections_list_only
Lists connections in a region or regions, for all properties use connections
Overview
| Name | connections_list_only |
| Type | Resource |
| Description | Schema for AWS::CodeConnections::Connection resource which can be used to connect external source providers with other AWS services (i.e. AWS CodePipeline) |
| Id | aws.codeconnections.connections_list_only |
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
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all connections in a region.
SELECT
region,
connection_arn
FROM aws.codeconnections.connections_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the connections_list_only resource, see connections