Skip to main content

repository_association_tags

Expands all tag keys and values for repository_associations in a region

Overview

Namerepository_association_tags
TypeResource
DescriptionThis resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service.
Idaws.codegurureviewer.repository_association_tags

Fields

NameDatatypeDescription
namestringName of the repository to be associated.
typestringThe type of repository to be associated.
ownerstringThe owner of the repository. For a Bitbucket repository, this is the username for the account that owns the repository.
bucket_namestringThe name of the S3 bucket associated with an associated S3 repository. It must start with codeguru-reviewer-.
connection_arnstringThe Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
association_arnstringThe Amazon Resource Name (ARN) of the repository association.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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