RepositoryMetadata - Amazon CodeCommit
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

RepositoryMetadata

Information about a repository.

Contents

accountId

The ID of the Amazon Web Services account associated with the repository.

Type: String

Required: No

Arn

The Amazon Resource Name (ARN) of the repository.

Type: String

Required: No

cloneUrlHttp

The URL to use for cloning the repository over HTTPS.

Type: String

Required: No

cloneUrlSsh

The URL to use for cloning the repository over SSH.

Type: String

Required: No

creationDate

The date and time the repository was created, in timestamp format.

Type: Timestamp

Required: No

defaultBranch

The repository's default branch name.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Required: No

kmsKeyId

The ID of the Amazon Key Management Service encryption key used to encrypt and decrypt the repository.

Type: String

Pattern: ^[a-zA-Z0-9:/_-]+$

Required: No

lastModifiedDate

The date and time the repository was last modified, in timestamp format.

Type: Timestamp

Required: No

repositoryDescription

A comment or description about the repository.

Type: String

Length Constraints: Maximum length of 1000.

Required: No

repositoryId

The ID of the repository.

Type: String

Required: No

repositoryName

The repository's name.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: [\w\.-]+

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: