Class S3ActionConfig.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class S3ActionConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3ActionConfig
An implementation for S3ActionConfig
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.S3ActionConfig

    S3ActionConfig.Builder, S3ActionConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the S3ActionConfig.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The name of the Amazon S3 bucket that you want to send incoming mail to.
    final String
    The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.
    final String
    The key prefix of the Amazon S3 bucket.
    final String
    The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(S3ActionConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the S3ActionConfig.Builder.
  • Method Details

    • getBucketName

      public final String getBucketName()
      Description copied from interface: S3ActionConfig
      The name of the Amazon S3 bucket that you want to send incoming mail to.
      Specified by:
      getBucketName in interface S3ActionConfig
    • getKmsKeyArn

      public final String getKmsKeyArn()
      Description copied from interface: S3ActionConfig
      The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.

      Default: - Emails are not encrypted.

      Specified by:
      getKmsKeyArn in interface S3ActionConfig
    • getObjectKeyPrefix

      public final String getObjectKeyPrefix()
      Description copied from interface: S3ActionConfig
      The key prefix of the Amazon S3 bucket.

      Default: - No prefix.

      Specified by:
      getObjectKeyPrefix in interface S3ActionConfig
    • getTopicArn

      public final String getTopicArn()
      Description copied from interface: S3ActionConfig
      The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.

      Default: - No notification is sent to SNS.

      Specified by:
      getTopicArn in interface S3ActionConfig
    • $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