@Stability(value=Stable)
public static interface CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
NotifyConfigurationTypeProperty notifyConfigurationTypeProperty = NotifyConfigurationTypeProperty.builder()
.sourceArn("sourceArn")
// the properties below are optional
.blockEmail(NotifyEmailTypeProperty.builder()
.subject("subject")
// the properties below are optional
.htmlBody("htmlBody")
.textBody("textBody")
.build())
.from("from")
.mfaEmail(NotifyEmailTypeProperty.builder()
.subject("subject")
// the properties below are optional
.htmlBody("htmlBody")
.textBody("textBody")
.build())
.noActionEmail(NotifyEmailTypeProperty.builder()
.subject("subject")
// the properties below are optional
.htmlBody("htmlBody")
.textBody("textBody")
.build())
.replyTo("replyTo")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder
|
static class |
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Jsii$Proxy
An implementation for
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder |
builder() |
default Object |
getBlockEmail()
`CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.BlockEmail`.
|
default String |
getFrom()
`CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.From`.
|
default Object |
getMfaEmail()
`CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.MfaEmail`.
|
default Object |
getNoActionEmail()
`CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.NoActionEmail`.
|
default String |
getReplyTo()
`CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.ReplyTo`.
|
String |
getSourceArn()
`CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.SourceArn`.
|
@Stability(value=Stable) @Nullable default Object getBlockEmail()
@Stability(value=Stable) @Nullable default String getFrom()
@Stability(value=Stable) @Nullable default Object getMfaEmail()
@Stability(value=Stable) @Nullable default Object getNoActionEmail()
@Stability(value=Stable) @Nullable default String getReplyTo()
@Stability(value=Stable) @NotNull String getSourceArn()
@Stability(value=Stable) static CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder builder()
Copyright © 2021. All rights reserved.