Class: Aws::OSIS::Types::CloudWatchLogDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::CloudWatchLogDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group ⇒ String
The name of the CloudWatch Logs group to send pipeline logs to.
Instance Attribute Details
#log_group ⇒ String
The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, ‘/aws/vendedlogs/OpenSearchService/pipelines`.
112 113 114 115 116 |
# File 'lib/aws-sdk-osis/types.rb', line 112 class CloudWatchLogDestination < Struct.new( :log_group) SENSITIVE = [] include Aws::Structure end |