Skip to main content

repository_associations_list_only

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

Overview

Namerepository_associations_list_only
TypeResource
DescriptionThis resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service.
Idaws.codegurureviewer.repository_associations_list_only

Fields

NameDatatypeDescription
association_arnstringThe Amazon Resource Name (ARN) of the repository association.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all repository_associations in a region.

SELECT
region,
association_arn
FROM aws.codegurureviewer.repository_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the repository_associations_list_only resource, see repository_associations