class Amazonite::CloudWatchLogs::OpenSearchDataSource

Overview

This structure contains information about the OpenSearch Service data source used for this integration. This data source was created as part of the integration setup. An OpenSearch Service data source defines the source and destination for OpenSearch Service queries. It includes the role required to execute queries and write to collections.

For more information about OpenSearch Service data sources , see Creating OpenSearch Service data source integrations with Amazon S3.

Included Modules

Defined in:

cloudwatch_logs/open_search_data_source.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 data_source_name : String | Nil #

The name of the OpenSearch Service data source.


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

The name of the OpenSearch Service data source.


[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]