repository_associations_list_only
Lists repository_associations in a region or regions, for all properties use repository_associations
Overview
| Name | repository_associations_list_only |
| Type | Resource |
| Description | This resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service. |
| Id | aws.codegurureviewer.repository_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
association_arn | string | The Amazon Resource Name (ARN) of the repository association. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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