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-
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.services.appsync.CfnGraphQLApi.LogConfigProperty
CfnGraphQLApi.LogConfigProperty.Builder, CfnGraphQLApi.LogConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGraphQLApi.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 StringThe 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 theCfnGraphQLApi.LogConfigProperty.Builder.
-
-
Method Details
-
getCloudWatchLogsRoleArn
Description copied from interface:CfnGraphQLApi.LogConfigPropertyThe service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.- Specified by:
getCloudWatchLogsRoleArnin interfaceCfnGraphQLApi.LogConfigProperty- See Also:
-
getExcludeVerboseContent
Description copied from interface:CfnGraphQLApi.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 interfaceCfnGraphQLApi.LogConfigProperty- See Also:
-
getFieldLogLevel
Description copied from interface:CfnGraphQLApi.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 interfaceCfnGraphQLApi.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()
-