class
Amazonite::CloudWatchLogs::OpenSearchDataSource
- Amazonite::CloudWatchLogs::OpenSearchDataSource
- Reference
- Object
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
- JSON::Serializable
Defined in:
cloudwatch_logs/open_search_data_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(data_source_name : String | Nil = nil, status : OpenSearchResourceStatus | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data_source_name : String | Nil
The name of the OpenSearch Service data source.
-
#data_source_name=(data_source_name : String | Nil)
The name of the OpenSearch Service data source.
-
#hash(hasher)
See
Object#hash(hasher) -
#status : OpenSearchResourceStatus | Nil
This structure contains information about the status of this OpenSearch Service resource.
-
#status=(status : OpenSearchResourceStatus | Nil)
This structure contains information about the status of this OpenSearch Service resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the OpenSearch Service data source.
This structure contains information about the status of this OpenSearch Service resource.
This structure contains information about the status of this OpenSearch Service resource.