Class: Aws::SecurityHub::Types::AwsAppSyncGraphQlApiLogConfigDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_logs_role_arnString

The Amazon Resource Name (ARN) of the service role that AppSync assumes to publish to CloudWatch Logs in your account.

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-securityhub/types.rb', line 2452

class AwsAppSyncGraphQlApiLogConfigDetails < Struct.new(
  :cloud_watch_logs_role_arn,
  :exclude_verbose_content,
  :field_log_level)
  SENSITIVE = []
  include Aws::Structure
end

#exclude_verbose_contentBoolean

Set to ‘TRUE` to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.

Returns:

  • (Boolean)


2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-securityhub/types.rb', line 2452

class AwsAppSyncGraphQlApiLogConfigDetails < Struct.new(
  :cloud_watch_logs_role_arn,
  :exclude_verbose_content,
  :field_log_level)
  SENSITIVE = []
  include Aws::Structure
end

#field_log_levelString

The field logging level.

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-securityhub/types.rb', line 2452

class AwsAppSyncGraphQlApiLogConfigDetails < Struct.new(
  :cloud_watch_logs_role_arn,
  :exclude_verbose_content,
  :field_log_level)
  SENSITIVE = []
  include Aws::Structure
end