repository_association_tags
Expands all tag keys and values for repository_associations
in a region
Overview
Name | repository_association_tags |
Type | Resource |
Description | This resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service. |
Id | aws.codegurureviewer.repository_association_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the repository to be associated. |
type | string | The type of repository to be associated. |
owner | string | The owner of the repository. For a Bitbucket repository, this is the username for the account that owns the repository. |
bucket_name | string | The name of the S3 bucket associated with an associated S3 repository. It must start with codeguru-reviewer- . |
connection_arn | string | The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. |
association_arn | string | The Amazon Resource Name (ARN) of the repository association. |
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 repository_associations
in a region.
SELECT
region,
name,
type,
owner,
bucket_name,
connection_arn,
association_arn,
tag_key,
tag_value
FROM aws.codegurureviewer.repository_association_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the repository_association_tags
resource, see repository_associations