Class: Aws::SecurityHub::Types::AwsAppSyncGraphQlApiLogConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAppSyncGraphQlApiLogConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies the logging configuration when writing GraphQL operations and tracing to Amazon CloudWatch for an AppSync GraphQL API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs_role_arn ⇒ String
The Amazon Resource Name (ARN) of the service role that AppSync assumes to publish to CloudWatch Logs in your account.
-
#exclude_verbose_content ⇒ Boolean
Set to ‘TRUE` to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.
-
#field_log_level ⇒ String
The field logging level.
Instance Attribute Details
#cloud_watch_logs_role_arn ⇒ String
The Amazon Resource Name (ARN) of the service role that AppSync assumes to publish to CloudWatch Logs in your account.
2446 2447 2448 2449 2450 2451 2452 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2446 class AwsAppSyncGraphQlApiLogConfigDetails < Struct.new( :cloud_watch_logs_role_arn, :exclude_verbose_content, :field_log_level) SENSITIVE = [] include Aws::Structure end |
#exclude_verbose_content ⇒ Boolean
Set to ‘TRUE` to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.
2446 2447 2448 2449 2450 2451 2452 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2446 class AwsAppSyncGraphQlApiLogConfigDetails < Struct.new( :cloud_watch_logs_role_arn, :exclude_verbose_content, :field_log_level) SENSITIVE = [] include Aws::Structure end |
#field_log_level ⇒ String
The field logging level.
2446 2447 2448 2449 2450 2451 2452 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2446 class AwsAppSyncGraphQlApiLogConfigDetails < Struct.new( :cloud_watch_logs_role_arn, :exclude_verbose_content, :field_log_level) SENSITIVE = [] include Aws::Structure end |