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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.CfnGraphQLApi.LogConfigProperty
CfnGraphQLApi.LogConfigProperty.Builder, CfnGraphQLApi.LogConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGraphQLApi.LogConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.final Object
Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.final String
The field logging level.final int
hashCode()
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.LogConfigProperty
The service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.- Specified by:
getCloudWatchLogsRoleArn
in interfaceCfnGraphQLApi.LogConfigProperty
-
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 interfaceCfnGraphQLApi.LogConfigProperty
-
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 interfaceCfnGraphQLApi.LogConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-