Class EncryptionConfiguration.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class EncryptionConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EncryptionConfiguration
An implementation for EncryptionConfiguration
  • 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(EncryptionConfiguration.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EncryptionConfiguration.Builder.
  • Method Details

    • getEncryptionOption

      public final EncryptionOption getEncryptionOption()
      Description copied from interface: EncryptionConfiguration
      Type of S3 server-side encryption enabled.

      Default: EncryptionOption.S3_MANAGED

      Specified by:
      getEncryptionOption in interface EncryptionConfiguration
    • getEncryptionKey

      public final IKey getEncryptionKey()
      Description copied from interface: EncryptionConfiguration
      KMS key ARN or ID.

      Default: - No KMS key for Encryption Option SSE_S3 and default master key for Encryption Option SSE_KMS and CSE_KMS

      Specified by:
      getEncryptionKey in interface EncryptionConfiguration
    • $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