Class CfnReceiptRule.SNSActionProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnReceiptRule.SNSActionProperty.Jsii$Proxy
All Implemented Interfaces:
CfnReceiptRule.SNSActionProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnReceiptRule.SNSActionProperty

@Stability(Stable) @Internal public static final class CfnReceiptRule.SNSActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRule.SNSActionProperty
An implementation for CfnReceiptRule.SNSActionProperty
  • 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

      protected Jsii$Proxy(CfnReceiptRule.SNSActionProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnReceiptRule.SNSActionProperty.Builder.
  • Method Details

    • getEncoding

      public final String getEncoding()
      Description copied from interface: CfnReceiptRule.SNSActionProperty
      The encoding to use for the email within the Amazon SNS notification.

      UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

      Specified by:
      getEncoding in interface CfnReceiptRule.SNSActionProperty
    • getTopicArn

      public final String getTopicArn()
      Description copied from interface: CfnReceiptRule.SNSActionProperty
      The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.

      You can find the ARN of a topic by using the ListTopics operation in Amazon SNS.

      For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .

      Specified by:
      getTopicArn in interface CfnReceiptRule.SNSActionProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object