Uses of Class
software.amazon.awscdk.services.codeartifact.CfnRepository.Builder
Package
Description
AWS::CodeArtifact Construct Library
-
Uses of CfnRepository.Builder in software.amazon.awscdk.services.codeartifact
Modifier and TypeMethodDescriptionstatic CfnRepository.Builder
CfnRepository.Builder.description
(String description) A text description of the repository.CfnRepository.Builder.domainName
(String domainName) The name of the domain that contains the repository.CfnRepository.Builder.domainOwner
(String domainOwner) The 12-digit account number of the AWS account that owns the domain that contains the repository.CfnRepository.Builder.externalConnections
(List<String> externalConnections) An array of external connections associated with the repository.CfnRepository.Builder.permissionsPolicyDocument
(Object permissionsPolicyDocument) The document that defines the resource policy that is set on a repository.CfnRepository.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.