Skip to main content

connections_list_only

Lists connections in a region or regions, for all properties use connections

Overview

Nameconnections_list_only
TypeResource
DescriptionSchema for AWS::CodeConnections::Connection resource which can be used to connect external source providers with other AWS services (i.e. AWS CodePipeline)
Idaws.codeconnections.connections_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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