@Stability(value=Stable)
public static interface CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty
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.cognito.*;
NotifyEmailTypeProperty notifyEmailTypeProperty = NotifyEmailTypeProperty.builder()
.subject("subject")
// the properties below are optional
.htmlBody("htmlBody")
.textBody("textBody")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder
|
static class |
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Jsii$Proxy
An implementation for
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder |
builder() |
default String |
getHtmlBody()
The email HTML body.
|
String |
getSubject()
The email subject.
|
default String |
getTextBody()
The email text body.
|
@Stability(value=Stable) @NotNull String getSubject()
@Stability(value=Stable) @Nullable default String getHtmlBody()
@Stability(value=Stable) @Nullable default String getTextBody()
@Stability(value=Stable) static CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder builder()
Copyright © 2022. All rights reserved.