Uses of Class
software.amazon.awscdk.services.codecommit.CfnRepository.Builder
-
Uses of CfnRepository.Builder in software.amazon.awscdk.services.codecommit
Modifier and TypeMethodDescriptionCfnRepository.Builder.code
(IResolvable code) Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.CfnRepository.Builder.code
(CfnRepository.CodeProperty code) Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.static CfnRepository.Builder
CfnRepository.Builder.repositoryDescription
(String repositoryDescription) A comment or description about the new repository.CfnRepository.Builder.repositoryName
(String repositoryName) The name of the new repository to be created.One or more tag key-value pairs to use when tagging this repository.The JSON block of configuration information for each trigger.CfnRepository.Builder.triggers
(IResolvable triggers) The JSON block of configuration information for each trigger.