Class: Aws::AppSync::Types::EventLogConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Describes the CloudWatch Logs configuration for the Event API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_role_arnString

The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.

Returns:

  • (String)


2669
2670
2671
2672
2673
2674
# File 'lib/aws-sdk-appsync/types.rb', line 2669

class EventLogConfig < Struct.new(
  :log_level,
  :cloud_watch_logs_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#log_levelString

The type of information to log for the Event API.

Returns:

  • (String)


2669
2670
2671
2672
2673
2674
# File 'lib/aws-sdk-appsync/types.rb', line 2669

class EventLogConfig < Struct.new(
  :log_level,
  :cloud_watch_logs_role_arn)
  SENSITIVE = []
  include Aws::Structure
end