Class CfnStage.AccessLogSettingsProperty.Jsii$Proxy

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

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

    • getDestinationArn

      public final String getDestinationArn()
      Description copied from interface: CfnStage.AccessLogSettingsProperty
      The ARN of the CloudWatch Logs log group to receive access logs.

      This parameter is required to enable access logging.

      Specified by:
      getDestinationArn in interface CfnStage.AccessLogSettingsProperty
    • getFormat

      public final String getFormat()
      Description copied from interface: CfnStage.AccessLogSettingsProperty
      A single line format of the access logs of data, as specified by selected $context variables.

      The format must include at least $context.requestId. This parameter is required to enable access logging.

      Specified by:
      getFormat in interface CfnStage.AccessLogSettingsProperty
    • $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