class Amazonite::CloudWatchLogs::OpenSearchCollection

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.

Included Modules

Defined in:

cloudwatch_logs/open_search_collection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(collection_endpoint : String | Nil = nil, collection_arn : String | Nil = nil, status : OpenSearchResourceStatus | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def collection_arn : String | Nil #

The ARN of the collection.


[View source]
def collection_arn=(collection_arn : String | Nil) #

The ARN of the collection.


[View source]
def collection_endpoint : String | Nil #

The endpoint of the collection.


[View source]
def collection_endpoint=(collection_endpoint : String | Nil) #

The endpoint of the collection.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def status : OpenSearchResourceStatus | Nil #

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


[View source]
def status=(status : OpenSearchResourceStatus | Nil) #

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


[View source]
def validate! : Nil #

[View source]