| Package | Description |
|---|---|
| software.amazon.awscdk.services.codeartifact |
AWS::CodeArtifact Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRepository.Builder |
CfnRepository.Builder.create(software.constructs.Construct scope,
String id) |
CfnRepository.Builder |
CfnRepository.Builder.description(String description)
A text description of the repository.
|
CfnRepository.Builder |
CfnRepository.Builder.domainName(String domainName)
The name of the domain that contains the repository.
|
CfnRepository.Builder |
CfnRepository.Builder.domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain that contains the repository.
|
CfnRepository.Builder |
CfnRepository.Builder.externalConnections(List<String> externalConnections)
An array of external connections associated with the repository.
|
CfnRepository.Builder |
CfnRepository.Builder.permissionsPolicyDocument(Object permissionsPolicyDocument)
The document that defines the resource policy that is set on a repository.
|
CfnRepository.Builder |
CfnRepository.Builder.repositoryName(String repositoryName)
The name of an upstream repository.
|
CfnRepository.Builder |
CfnRepository.Builder.tags(List<? extends CfnTag> tags)
A list of tags to be applied to the repository.
|
CfnRepository.Builder |
CfnRepository.Builder.upstreams(List<String> upstreams)
A list of upstream repositories to associate with the repository.
|
Copyright © 2022. All rights reserved.