Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
LogConfig |
LogConfig.clone() |
LogConfig |
UpdateGraphqlApiRequest.getLogConfig()
The Amazon CloudWatch Logs configuration for the
GraphqlApi object. |
LogConfig |
CreateGraphqlApiRequest.getLogConfig()
The Amazon CloudWatch Logs configuration.
|
LogConfig |
GraphqlApi.getLogConfig()
The Amazon CloudWatch Logs configuration.
|
LogConfig |
LogConfig.withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The service role that AppSync assumes to publish to CloudWatch logs in your account.
|
LogConfig |
LogConfig.withExcludeVerboseContent(Boolean excludeVerboseContent)
Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping
templates, regardless of logging level.
|
LogConfig |
LogConfig.withFieldLogLevel(FieldLogLevel fieldLogLevel)
The field logging level.
|
LogConfig |
LogConfig.withFieldLogLevel(String fieldLogLevel)
The field logging level.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateGraphqlApiRequest.setLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration for the
GraphqlApi object. |
void |
CreateGraphqlApiRequest.setLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration.
|
void |
GraphqlApi.setLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration.
|
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration for the
GraphqlApi object. |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration.
|
GraphqlApi |
GraphqlApi.withLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration.
|
Copyright © 2022. All rights reserved.