| Modifier and Type | Method and Description |
|---|---|
CfnDomain |
build() |
static CfnDomain.Builder |
create(Construct scope,
String id) |
CfnDomain.Builder |
domainName(String domainName)
A string that specifies the name of the requested domain.
|
CfnDomain.Builder |
encryptionKey(String encryptionKey)
The key used to encrypt the domain.
|
CfnDomain.Builder |
permissionsPolicyDocument(Object permissionsPolicyDocument)
The document that defines the resource policy that is set on a domain.
|
CfnDomain.Builder |
tags(List<? extends CfnTag> tags)
A list of tags to be applied to the domain.
|
@Stability(value=Stable) public static CfnDomain.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDomain.Builder.@Stability(value=Stable) public CfnDomain.Builder domainName(String domainName)
domainName - A string that specifies the name of the requested domain. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder encryptionKey(String encryptionKey)
encryptionKey - The key used to encrypt the domain. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder permissionsPolicyDocument(Object permissionsPolicyDocument)
permissionsPolicyDocument - The document that defines the resource policy that is set on a domain. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder tags(List<? extends CfnTag> tags)
tags - A list of tags to be applied to the domain. This parameter is required.thisCopyright © 2022. All rights reserved.