Class CfnDeployment.AccessLogSettingProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDeployment.AccessLogSettingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeployment.AccessLogSettingProperty
  • Constructor Details

  • Method Details

    • getDestinationArn

      public final String getDestinationArn()
      Description copied from interface: CfnDeployment.AccessLogSettingProperty
      The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.

      If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway- .

      Specified by:
      getDestinationArn in interface CfnDeployment.AccessLogSettingProperty
    • getFormat

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

      The format must include at least $context.requestId .

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