Class CfnGraphQLApiPropsMixin.LogConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnGraphQLApiPropsMixin.LogConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGraphQLApiPropsMixin.LogConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGraphQLApiPropsMixin.LogConfigProperty
@Stability(Stable)
@Internal
public static final class CfnGraphQLApiPropsMixin.LogConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGraphQLApiPropsMixin.LogConfigProperty
An implementation for
CfnGraphQLApiPropsMixin.LogConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnGraphQLApiPropsMixin.LogConfigProperty
CfnGraphQLApiPropsMixin.LogConfigProperty.Builder, CfnGraphQLApiPropsMixin.LogConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGraphQLApiPropsMixin.LogConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.final ObjectSet to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.final StringThe field logging level.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnGraphQLApiPropsMixin.LogConfigProperty.Builder.
-
-
Method Details
-
getCloudWatchLogsRoleArn
Description copied from interface:CfnGraphQLApiPropsMixin.LogConfigPropertyThe service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.- Specified by:
getCloudWatchLogsRoleArnin interfaceCfnGraphQLApiPropsMixin.LogConfigProperty- See Also:
-
getExcludeVerboseContent
Description copied from interface:CfnGraphQLApiPropsMixin.LogConfigPropertySet to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.Returns union: either
BooleanorIResolvable- Specified by:
getExcludeVerboseContentin interfaceCfnGraphQLApiPropsMixin.LogConfigProperty- See Also:
-
getFieldLogLevel
Description copied from interface:CfnGraphQLApiPropsMixin.LogConfigPropertyThe field logging level. Values can be NONE, ERROR, INFO, DEBUG, or ALL.- NONE : No field-level logs are captured.
- ERROR : Logs the following information only for the fields that are in the error category:
- The error section in the server response.
- Field-level errors.
- The generated request/response functions that got resolved for error fields.
- INFO : Logs the following information only for the fields that are in the info and error categories:
- Info-level messages.
- The user messages sent through
$util.log.infoandconsole.log. - Field-level tracing and mapping logs are not shown.
- DEBUG : Logs the following information only for the fields that are in the debug, info, and error categories:
- Debug-level messages.
- The user messages sent through
$util.log.info,$util.log.debug,console.log, andconsole.debug. - Field-level tracing and mapping logs are not shown.
- ALL : The following information is logged for all fields in the query:
- Field-level tracing information.
- The generated request/response functions that were resolved for each field.
- Specified by:
getFieldLogLevelin interfaceCfnGraphQLApiPropsMixin.LogConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-