Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-codegurureviewer-repositoryassociation.json
Parent schema serverless-framework-configuration
Type: object

This resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-codegurureviewer

Properties

Name string | Aws_CF_FunctionString required

Name of the repository to be associated.

Type string | Aws_CF_FunctionString required

The type of repository to be associated.

Owner string | Aws_CF_FunctionString

The owner of the repository. For a Bitbucket repository, this is the username for the account that owns the repository.

BucketName string | Aws_CF_FunctionString

The name of the S3 bucket associated with an associated S3 repository. It must start with codeguru-reviewer-.

ConnectionArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.

Tags Tag[]

The tags associated with a repository association.

maxItems=50

Definitions

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.