Class CfnCanary.S3EncryptionProperty.Jsii$Proxy

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

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

    • getEncryptionMode

      public final String getEncryptionMode()
      Description copied from interface: CfnCanary.S3EncryptionProperty
      The encryption method to use for artifacts created by this canary.

      Specify SSE_S3 to use server-side encryption (SSE) with an Amazon S3-managed key. Specify SSE-KMS to use server-side encryption with a customer-managed AWS KMS key.

      If you omit this parameter, an AWS -managed AWS KMS key is used.

      Specified by:
      getEncryptionMode in interface CfnCanary.S3EncryptionProperty
    • getKmsKeyArn

      public final String getKmsKeyArn()
      Description copied from interface: CfnCanary.S3EncryptionProperty
      The ARN of the customer-managed AWS KMS key to use, if you specify SSE-KMS for EncryptionMode.
      Specified by:
      getKmsKeyArn in interface CfnCanary.S3EncryptionProperty
    • $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