public static interface CfnGraphQLApi.LogConfigProperty
LogConfig
is a property of the AWS::AppSync::GraphQLApi property type.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appsync.*; LogConfigProperty logConfigProperty = LogConfigProperty.builder() .cloudWatchLogsRoleArn("cloudWatchLogsRoleArn") .excludeVerboseContent(false) .fieldLogLevel("fieldLogLevel") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGraphQLApi.LogConfigProperty.Builder
A builder for
CfnGraphQLApi.LogConfigProperty |
static class |
CfnGraphQLApi.LogConfigProperty.Jsii$Proxy
An implementation for
CfnGraphQLApi.LogConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnGraphQLApi.LogConfigProperty.Builder |
builder() |
default java.lang.String |
getCloudWatchLogsRoleArn()
The service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.
|
default java.lang.Object |
getExcludeVerboseContent()
Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.
|
default java.lang.String |
getFieldLogLevel()
The field logging level.
|
default java.lang.String getCloudWatchLogsRoleArn()
default java.lang.Object getExcludeVerboseContent()
default java.lang.String getFieldLogLevel()
static CfnGraphQLApi.LogConfigProperty.Builder builder()