repository_associations
Retrieves a list of repository_associations
in a region
Overview
Name | repository_associations |
Type | Resource |
Description | repository_associations |
Id | awscc.codegurureviewer.repository_associations |
Fields
Name | Datatype | Description |
---|---|---|
association_arn | string | The Amazon Resource Name (ARN) of the repository association. |
region | string | AWS 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