| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEmailChannel.Builder |
CfnEmailChannel.Builder.applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that you're specifying the email channel for.
|
CfnEmailChannel.Builder |
CfnEmailChannel.Builder.configurationSet(String configurationSet)
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.
|
static CfnEmailChannel.Builder |
CfnEmailChannel.Builder.create(software.constructs.Construct scope,
String id) |
CfnEmailChannel.Builder |
CfnEmailChannel.Builder.enabled(Boolean enabled)
Specifies whether to enable the email channel for the application.
|
CfnEmailChannel.Builder |
CfnEmailChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the email channel for the application.
|
CfnEmailChannel.Builder |
CfnEmailChannel.Builder.fromAddress(String fromAddress)
The verified email address that you want to send email from when you send email through the channel.
|
CfnEmailChannel.Builder |
CfnEmailChannel.Builder.identity(String identity)
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.
|
CfnEmailChannel.Builder |
CfnEmailChannel.Builder.roleArn(String roleArn)
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.
|
Copyright © 2022. All rights reserved.