connection_tags
Expands all tag keys and values for connections in a region
Overview
| Name | connection_tags |
| Type | Resource |
| Description | Schema for AWS::CodeStarConnections::Connection resource which can be used to connect external source providers with AWS CodePipeline |
| Id | aws.codestarconnections.connection_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all connections in a region.
SELECT
region,
connection_arn,
connection_name,
connection_status,
owner_account_id,
provider_type,
host_arn,
tag_key,
tag_value
FROM aws.codestarconnections.connection_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the connection_tags resource, see connections