Class CfnCanary.ArtifactConfigProperty.Jsii$Proxy

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

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

    • getS3Encryption

      public final Object getS3Encryption()
      Description copied from interface: CfnCanary.ArtifactConfigProperty
      A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3 .

      Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts .

      Specified by:
      getS3Encryption in interface CfnCanary.ArtifactConfigProperty
    • $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