Skip to main content

repository_associations

Retrieves a list of repository_associations in a region

Overview

Namerepository_associations
TypeResource
Descriptionrepository_associations
Idawscc.codegurureviewer.repository_associations

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
association_arn
FROM awscc.codegurureviewer.repository_associations
WHERE region = 'us-east-1'

Permissions

To operate on the repository_associations resource, the following permissions are required:

Create

codeguru-reviewer:DescribeRepositoryAssociation,
codeguru-reviewer:AssociateRepository,
codeguru-reviewer:TagResource,
iam:CreateServiceLinkedRole,
codecommit:TagResource,
codecommit:GitPull,
codecommit:TagResource,
events:PutRule,
events:PutTargets,
codestar-connections:ListBranches,
codestar-connections:ListRepositories,
codestar-connections:ListTagsForResource,
codestar-connections:PassConnection,
codestar-connections:TagResource,
codestar-connections:UseConnection,
s3:ListBucket

List

codeguru-reviewer:ListRepositoryAssociations