Class CfnGraphQLApi.LogConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnGraphQLApi.LogConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnGraphQLApi.LogConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnGraphQLApi.LogConfigProperty

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

    • getCloudWatchLogsRoleArn

      public final String getCloudWatchLogsRoleArn()
      Description copied from interface: CfnGraphQLApi.LogConfigProperty
      The service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.
      Specified by:
      getCloudWatchLogsRoleArn in interface CfnGraphQLApi.LogConfigProperty
    • getExcludeVerboseContent

      public final Object getExcludeVerboseContent()
      Description copied from interface: CfnGraphQLApi.LogConfigProperty
      Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.
      Specified by:
      getExcludeVerboseContent in interface CfnGraphQLApi.LogConfigProperty
    • getFieldLogLevel

      public final String getFieldLogLevel()
      Description copied from interface: CfnGraphQLApi.LogConfigProperty
      The field logging level. Values can be NONE, ERROR, or ALL.

      • NONE : No field-level logs are captured.
      • ERROR : Logs the following information only for the fields that are in error:
      • The error section in the server response.
      • Field-level errors.
      • The generated request/response functions that got resolved for error fields.
      • ALL : The following information is logged for all fields in the query:
      • Field-level tracing information.
      • The generated request/response functions that got resolved for each field.
      Specified by:
      getFieldLogLevel in interface CfnGraphQLApi.LogConfigProperty
    • $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