Initialized Repository properties

Hierarchy

  • RepositoryProps
    • RepositoryProps

Properties

code?: Code

The contents with which to initialize the repository after it has been created.

Default

  • No initialization (create empty repo)
description?: string

A description of the repository. Use the description to identify the purpose of the repository.

Default

  • No description.
repositoryBranchName?: string

A branch name of the repository to be initialized.

This is an optional property

Default

  • main
repositoryName: string

Name of the repository.

This property is required for all CodeCommit repositories.

s3BucketName: string

Name of the repository.

This property contains s3 bucket name to initialize CodeCommit repositories.

s3key: string

Name of the repository.

This property contains s3 object key for initializing CodeCommit repositories.

Generated using TypeDoc