Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codeartifact.CfnRepositoryPropsMixin.Builder
Packages that use CfnRepositoryPropsMixin.Builder
-
Uses of CfnRepositoryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codeartifact
Methods in software.amazon.awscdk.cfnpropertymixins.services.codeartifact that return CfnRepositoryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnRepositoryPropsMixin.Builder.create()CfnRepositoryPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRepositoryPropsMixin.Builder.description(String description) A text description of the repository.CfnRepositoryPropsMixin.Builder.domainName(String domainName) The name of the domain that contains the repository.CfnRepositoryPropsMixin.Builder.domainOwner(String domainOwner) The 12-digit account number of the AWS account that owns the domain that contains the repository.CfnRepositoryPropsMixin.Builder.externalConnections(List<String> externalConnections) An array of external connections associated with the repository.CfnRepositoryPropsMixin.Builder.permissionsPolicyDocument(Object permissionsPolicyDocument) The document that defines the resource policy that is set on a repository.CfnRepositoryPropsMixin.Builder.repositoryName(String repositoryName) The name of an upstream repository.A list of tags to be applied to the repository.A list of upstream repositories to associate with the repository.