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 |
---|---|---|
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. |
tags | array | The tags associated with a 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