@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.220Z") @Stability(value=Stable) public interface CfnEmailChannelProps 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.pinpoint.*;
CfnEmailChannelProps cfnEmailChannelProps = CfnEmailChannelProps.builder()
.applicationId("applicationId")
.fromAddress("fromAddress")
.identity("identity")
// the properties below are optional
.configurationSet("configurationSet")
.enabled(false)
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEmailChannelProps.Builder
A builder for
CfnEmailChannelProps |
static class |
CfnEmailChannelProps.Jsii$Proxy
An implementation for
CfnEmailChannelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEmailChannelProps.Builder |
builder() |
String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that you're specifying the email channel for.
|
default String |
getConfigurationSet()
The [Amazon SES configuration set](https://docs.aws.amazon.com/ses/latest/APIReference/API_ConfigurationSet.html) that you want to apply to messages that you send through the channel.
|
default Object |
getEnabled()
Specifies whether to enable the email channel for the application.
|
String |
getFromAddress()
The verified email address that you want to send email from when you send email through the channel.
|
String |
getIdentity()
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
|
default String |
getRoleArn()
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @NotNull String getFromAddress()
@Stability(value=Stable) @NotNull String getIdentity()
@Stability(value=Stable) @Nullable default String getConfigurationSet()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnEmailChannelProps.Builder builder()
CfnEmailChannelProps.Builder of CfnEmailChannelPropsCopyright © 2022. All rights reserved.