public static final class CfnEmailChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEmailChannelProps
CfnEmailChannelProps
CfnEmailChannelProps.Builder, CfnEmailChannelProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that you're specifying the email channel for.
|
java.lang.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.
|
java.lang.Object |
getEnabled()
Specifies whether to enable the email channel for the application.
|
java.lang.String |
getFromAddress()
The verified email address that you want to send email from when you send email through the channel.
|
java.lang.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.
|
java.lang.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.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApplicationId()
CfnEmailChannelProps
getApplicationId
in interface CfnEmailChannelProps
public final java.lang.String getFromAddress()
CfnEmailChannelProps
getFromAddress
in interface CfnEmailChannelProps
public final java.lang.String getIdentity()
CfnEmailChannelProps
getIdentity
in interface CfnEmailChannelProps
public final java.lang.String getConfigurationSet()
CfnEmailChannelProps
getConfigurationSet
in interface CfnEmailChannelProps
public final java.lang.Object getEnabled()
CfnEmailChannelProps
getEnabled
in interface CfnEmailChannelProps
public final java.lang.String getRoleArn()
CfnEmailChannelProps
getRoleArn
in interface CfnEmailChannelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()