AWS Cloud9 EnvironmentEC2 Repository
The
Repository property type specifies an AWS CodeCommit source code repository to be
cloned into an AWS Cloud9 development environment.
The Repositories property of the AWS::Cloud9::EnvironmentEC2 resource
contains a list of Repository property types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PathComponent" :String, "RepositoryUrl" :String}
YAML
PathComponent:StringRepositoryUrl:String
Properties
PathComponent-
The path within the development environment's default filesystem location to clone the AWS CodeCommit repository into. For example,
/would clone the repository into therepository-name/home/ec2-user/environment/directory in the environment.repository-nameRequired: Yes
Type: String
Update requires: No interruption
RepositoryUrl-
The clone URL of the AWS CodeCommit repository to be cloned. For example, for an AWS CodeCommit repository this might be
https://git-codecommit.us-east-2.amazonaws.com/v1/repos/.repository-nameRequired: Yes
Type: String
Update requires: No interruption
