Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codecommit.CfnRepositoryPropsMixin.Builder
Packages that use CfnRepositoryPropsMixin.Builder
-
Uses of CfnRepositoryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codecommit
Methods in software.amazon.awscdk.cfnpropertymixins.services.codecommit that return CfnRepositoryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnRepositoryPropsMixin.Builder.code(CfnRepositoryPropsMixin.CodeProperty code) Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.CfnRepositoryPropsMixin.Builder.code(IResolvable code) Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.CfnRepositoryPropsMixin.Builder.create()CfnRepositoryPropsMixin.Builder.create(CfnPropertyMixinOptions options) The ID of the AWS Key Management Service encryption key used to encrypt and decrypt the repository.CfnRepositoryPropsMixin.Builder.repositoryDescription(String repositoryDescription) A comment or description about the new repository.CfnRepositoryPropsMixin.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.CfnRepositoryPropsMixin.Builder.triggers(IResolvable triggers) The JSON block of configuration information for each trigger.