Class: Aws::AppSync::Types::EventLogConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::EventLogConfig
- 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
-
#cloud_watch_logs_role_arn ⇒ String
The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.
-
#log_level ⇒ String
The type of information to log for the Event API.
Instance Attribute Details
#cloud_watch_logs_role_arn ⇒ String
The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.
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_level ⇒ String
The type of information to log for the Event API.
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 |