@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.739Z") @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()
`AWS::Pinpoint::EmailChannel.ApplicationId`.
|
default String |
getConfigurationSet()
`AWS::Pinpoint::EmailChannel.ConfigurationSet`.
|
default Object |
getEnabled()
`AWS::Pinpoint::EmailChannel.Enabled`.
|
String |
getFromAddress()
`AWS::Pinpoint::EmailChannel.FromAddress`.
|
String |
getIdentity()
`AWS::Pinpoint::EmailChannel.Identity`.
|
default String |
getRoleArn()
`AWS::Pinpoint::EmailChannel.RoleArn`.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @Nullable default String getConfigurationSet()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @NotNull String getFromAddress()
@Stability(value=Stable) @NotNull String getIdentity()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnEmailChannelProps.Builder builder()
CfnEmailChannelProps.Builder of CfnEmailChannelPropsCopyright © 2021. All rights reserved.