| Package | Description |
|---|---|
| software.amazon.awscdk.services.codeartifact |
AWS::CodeArtifact Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDomain.Builder |
CfnDomain.Builder.create(software.constructs.Construct scope,
String id) |
CfnDomain.Builder |
CfnDomain.Builder.domainName(String domainName)
A string that specifies the name of the requested domain.
|
CfnDomain.Builder |
CfnDomain.Builder.encryptionKey(String encryptionKey)
The key used to encrypt the domain.
|
CfnDomain.Builder |
CfnDomain.Builder.permissionsPolicyDocument(Object permissionsPolicyDocument)
The document that defines the resource policy that is set on a domain.
|
CfnDomain.Builder |
CfnDomain.Builder.tags(List<? extends CfnTag> tags)
A list of tags to be applied to the domain.
|
Copyright © 2022. All rights reserved.