| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default FieldLogLevel |
LogConfig.getFieldLogLevel()
(experimental) log level for fields.
|
FieldLogLevel |
LogConfig.Jsii$Proxy.getFieldLogLevel() |
static FieldLogLevel |
FieldLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldLogLevel[] |
FieldLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogConfig.Builder |
LogConfig.Builder.fieldLogLevel(FieldLogLevel fieldLogLevel)
Sets the value of
LogConfig.getFieldLogLevel() |
| Constructor and Description |
|---|
Jsii$Proxy(Object excludeVerboseContent,
FieldLogLevel fieldLogLevel,
IRole role)
Constructor that initializes the object based on literal property values passed by the
LogConfig.Builder. |
Copyright © 2021. All rights reserved.