Options
All
  • Public
  • Public/Protected
  • All
Menu

Initialized Repository properties

Hierarchy

  • RepositoryProps
    • RepositoryProps

Index

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