Class: Aws::CloudWatchLogs::Types::OpenSearchCollection

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

This structure contains information about the OpenSearch Service collection used for this integration. An OpenSearch Service collection is a logical grouping of one or more indexes that represent an analytics workload. For more information, see Creating and managing OpenSearch Service Serverless collections.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_arnString

The ARN of the collection.

Returns:

  • (String)


4656
4657
4658
4659
4660
4661
4662
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4656

class OpenSearchCollection < Struct.new(
  :collection_endpoint,
  :collection_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#collection_endpointString

The endpoint of the collection.

Returns:

  • (String)


4656
4657
4658
4659
4660
4661
4662
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4656

class OpenSearchCollection < Struct.new(
  :collection_endpoint,
  :collection_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OpenSearchResourceStatus

This structure contains information about the status of this OpenSearch Service resource.



4656
4657
4658
4659
4660
4661
4662
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4656

class OpenSearchCollection < Struct.new(
  :collection_endpoint,
  :collection_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end