Class: Aws::OSIS::Types::CloudWatchLogDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_groupString

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`.

Returns:

  • (String)


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