RepositoryMetadata - AWS CodeCommit

RepositoryMetadata

Information about a repository.

Contents

accountId

The ID of the AWS 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 AWS 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 AWS SDKs, see the following: