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::CodeStarConnections::Connection resource which can be used to connect external source providers with AWS CodePipeline |
Id | aws.codestarconnections.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. |
connection_name | string | The name of the connection. Connection names must be unique in an AWS user account. |
connection_status | string | The current status of the connection. |
owner_account_id | string | The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository. |
provider_type | string | The name of the external provider where your third-party code repository is configured. You must specify either a ProviderType or a HostArn. |
host_arn | string | The host arn configured to represent the infrastructure where your third-party provider is installed. You must specify either a ProviderType or a HostArn. |
tags | array | Specifies the tags applied to a connection. |
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.codestarconnections.connections_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the connections_list_only
resource, see connections