@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.714Z") @Stability(value=Stable) public interface CfnDomainProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.customerprofiles.*;
CfnDomainProps cfnDomainProps = CfnDomainProps.builder()
.domainName("domainName")
// the properties below are optional
.deadLetterQueueUrl("deadLetterQueueUrl")
.defaultEncryptionKey("defaultEncryptionKey")
.defaultExpirationDays(123)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomainProps.Builder
A builder for
CfnDomainProps |
static class |
CfnDomainProps.Jsii$Proxy
An implementation for
CfnDomainProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomainProps.Builder |
builder() |
default String |
getDeadLetterQueueUrl()
`AWS::CustomerProfiles::Domain.DeadLetterQueueUrl`.
|
default String |
getDefaultEncryptionKey()
`AWS::CustomerProfiles::Domain.DefaultEncryptionKey`.
|
default Number |
getDefaultExpirationDays()
`AWS::CustomerProfiles::Domain.DefaultExpirationDays`.
|
String |
getDomainName()
`AWS::CustomerProfiles::Domain.DomainName`.
|
default List<CfnTag> |
getTags()
`AWS::CustomerProfiles::Domain.Tags`.
|
@Stability(value=Stable) @Nullable default String getDeadLetterQueueUrl()
@Stability(value=Stable) @Nullable default String getDefaultEncryptionKey()
@Stability(value=Stable) @Nullable default Number getDefaultExpirationDays()
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDomainProps.Builder builder()
CfnDomainProps.Builder of CfnDomainPropsCopyright © 2021. All rights reserved.