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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


2442
2443
2444
2445
2446
2447
2448
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2442

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)


2442
2443
2444
2445
2446
2447
2448
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2442

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)


2442
2443
2444
2445
2446
2447
2448
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2442

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