class
Amazonite::CloudWatchLogs::OpenSearchCollection
- Amazonite::CloudWatchLogs::OpenSearchCollection
- Reference
- Object
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
- JSON::Serializable
Defined in:
cloudwatch_logs/open_search_collection.crConstructors
- .new(pull : JSON::PullParser)
- .new(collection_endpoint : String | Nil = nil, collection_arn : String | Nil = nil, status : OpenSearchResourceStatus | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#collection_arn : String | Nil
The ARN of the collection.
-
#collection_arn=(collection_arn : String | Nil)
The ARN of the collection.
-
#collection_endpoint : String | Nil
The endpoint of the collection.
-
#collection_endpoint=(collection_endpoint : String | Nil)
The endpoint of the collection.
-
#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?.
This structure contains information about the status of this OpenSearch Service resource.
This structure contains information about the status of this OpenSearch Service resource.