Class: Aws::OpenSearchService::Types::LogPublishingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::LogPublishingOption
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Specifies whether the Amazon OpenSearch Service domain publishes the OpenSearch application and slow logs to Amazon CloudWatch. For more information, see Monitoring OpenSearch logs with Amazon CloudWatch Logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
-
#enabled ⇒ Boolean
Whether the log should be published.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
3524 3525 3526 3527 3528 3529 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3524 class LogPublishingOption < Struct.new( :cloud_watch_logs_log_group_arn, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether the log should be published.
3524 3525 3526 3527 3528 3529 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3524 class LogPublishingOption < Struct.new( :cloud_watch_logs_log_group_arn, :enabled) SENSITIVE = [] include Aws::Structure end |