| Modifier and Type | Method and Description |
|---|---|
CfnDomain |
build() |
static CfnDomain.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDomain.Builder |
deadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.
|
CfnDomain.Builder |
defaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified.
|
CfnDomain.Builder |
defaultExpirationDays(Number defaultExpirationDays)
The default number of days until the data within the domain expires.
|
CfnDomain.Builder |
domainName(String domainName)
The unique name of the domain.
|
CfnDomain.Builder |
tags(List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
@Stability(value=Stable) public static CfnDomain.Builder create(software.constructs.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 - The unique name of the domain. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder deadLetterQueueUrl(String deadLetterQueueUrl)
You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.
deadLetterQueueUrl - The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder defaultEncryptionKey(String defaultEncryptionKey)
It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
defaultEncryptionKey - The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder defaultExpirationDays(Number defaultExpirationDays)
defaultExpirationDays - The default number of days until the data within the domain expires. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder tags(List<? extends CfnTag> tags)
tags - The tags used to organize, track, or control access for this resource. This parameter is required.thisCopyright © 2022. All rights reserved.