AWS::CodeGuruReviewer::RepositoryAssociationThis resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service.
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Type | string | RequiredCreate-only |
BucketName | string | Create-only |
ConnectionArn | string | Create-only |
Owner | string | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssociationArn | string | The Amazon Resource Name (ARN) of the repository association. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeGuruReviewer::RepositoryAssociation
Resources:
MyResource:
Type: AWS::CodeGuruReviewer::RepositoryAssociation
Properties:
Name: "my-name"
Type: "CodeCommit"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
codeguru-reviewer:DescribeRepositoryAssociationcodeguru-reviewer:AssociateRepositorycodeguru-reviewer:TagResourceiam:CreateServiceLinkedRolecodecommit:TagResourcecodecommit:GitPullcodecommit:TagResourceevents:PutRulecodeguru-reviewer:DescribeRepositoryAssociationcodeguru-reviewer:ListTagsForResourcecodeguru-reviewer:DescribeRepositoryAssociationcodeguru-reviewer:DisassociateRepositorycodecommit:UntagResourceevents:DeleteRuleevents:RemoveTargetscodestar-connections:UntagResourcecodestar-connections:ListTagsForResourcecodeguru-reviewer:ListRepositoryAssociationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAssociationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameTypeTagsBucketNameOwnerConnectionArn