public static interface AwsAppSyncGraphQlApiLogConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsAppSyncGraphQlApiLogConfigDetails.Builder,AwsAppSyncGraphQlApiLogConfigDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsAppSyncGraphQlApiLogConfigDetails.Builder |
cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The Amazon Resource Name (ARN) of the service role that AppSync assumes to publish to CloudWatch Logs in your
account.
|
AwsAppSyncGraphQlApiLogConfigDetails.Builder |
excludeVerboseContent(Boolean excludeVerboseContent)
Set to
TRUE to exclude sections that contain information such as headers, context, and evaluated
mapping templates, regardless of logging level. |
AwsAppSyncGraphQlApiLogConfigDetails.Builder |
fieldLogLevel(String fieldLogLevel)
The field logging level.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAppSyncGraphQlApiLogConfigDetails.Builder cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The Amazon Resource Name (ARN) of the service role that AppSync assumes to publish to CloudWatch Logs in your account.
cloudWatchLogsRoleArn - The Amazon Resource Name (ARN) of the service role that AppSync assumes to publish to CloudWatch Logs
in your account.AwsAppSyncGraphQlApiLogConfigDetails.Builder excludeVerboseContent(Boolean excludeVerboseContent)
Set to TRUE to exclude sections that contain information such as headers, context, and evaluated
mapping templates, regardless of logging level.
excludeVerboseContent - Set to TRUE to exclude sections that contain information such as headers, context, and
evaluated mapping templates, regardless of logging level.AwsAppSyncGraphQlApiLogConfigDetails.Builder fieldLogLevel(String fieldLogLevel)
The field logging level.
fieldLogLevel - The field logging level.Copyright © 2023. All rights reserved.