Class CfnMailManagerRuleSet.SnsActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.SnsActionProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnMailManagerRuleSet.SnsActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnMailManagerRuleSet.SnsActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.SnsActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.SnsActionProperty
An implementation for 
CfnMailManagerRuleSet.SnsActionProperty- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.SnsActionProperty
CfnMailManagerRuleSet.SnsActionProperty.Builder, CfnMailManagerRuleSet.SnsActionProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.SnsActionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA policy that states what to do in the case of failure.final StringThe encoding to use for the email within the Amazon SNS notification.final StringThe expected payload type within the Amazon SNS notification.final StringThe Amazon Resource Name (ARN) of the IAM Role to use while writing to Amazon SNS.final StringThe Amazon Resource Name (ARN) of the Amazon SNS Topic to which notification for the email received will be published.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
 objRef- Reference to the JSII managed object.
 - 
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.SnsActionProperty.Builder. 
 - 
 - 
Method Details
- 
getRoleArn
Description copied from interface:CfnMailManagerRuleSet.SnsActionPropertyThe Amazon Resource Name (ARN) of the IAM Role to use while writing to Amazon SNS.This role must have access to the
sns:PublishAPI for the given topic.- Specified by:
 getRoleArnin interfaceCfnMailManagerRuleSet.SnsActionProperty- See Also:
 
 - 
getTopicArn
Description copied from interface:CfnMailManagerRuleSet.SnsActionPropertyThe Amazon Resource Name (ARN) of the Amazon SNS Topic to which notification for the email received will be published.- Specified by:
 getTopicArnin interfaceCfnMailManagerRuleSet.SnsActionProperty- See Also:
 
 - 
getActionFailurePolicy
Description copied from interface:CfnMailManagerRuleSet.SnsActionPropertyA policy that states what to do in the case of failure.The action will fail if there are configuration errors. For example, specified SNS topic has been deleted or the role lacks necessary permissions to call the
sns:PublishAPI.- Specified by:
 getActionFailurePolicyin interfaceCfnMailManagerRuleSet.SnsActionProperty- See Also:
 
 - 
getEncoding
Description copied from interface:CfnMailManagerRuleSet.SnsActionPropertyThe encoding to use for the email within the Amazon SNS notification.The default value is
UTF-8. UseBASE64if you need to preserve all special characters, especially when the original message uses a different encoding format.- Specified by:
 getEncodingin interfaceCfnMailManagerRuleSet.SnsActionProperty- See Also:
 
 - 
getPayloadType
Description copied from interface:CfnMailManagerRuleSet.SnsActionPropertyThe expected payload type within the Amazon SNS notification.CONTENTattempts to publish the full email content with 20KB of headers content.HEADERSextracts up to 100KB of header content to include in the notification, email content will not be included to the notification. The default value isCONTENT.- Specified by:
 getPayloadTypein interfaceCfnMailManagerRuleSet.SnsActionProperty- See Also:
 
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -