class
Amazonite::CloudWatchLogs::ResourceConfig
- Amazonite::CloudWatchLogs::ResourceConfig
- Reference
- Object
Overview
This structure contains configuration details about an integration between CloudWatch Logs and another entity.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/resource_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(open_search_resource_config : OpenSearchResourceConfig | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#open_search_resource_config : OpenSearchResourceConfig | Nil
This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.
-
#open_search_resource_config=(open_search_resource_config : OpenSearchResourceConfig | Nil)
This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def open_search_resource_config : OpenSearchResourceConfig | Nil
#
This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.
def open_search_resource_config=(open_search_resource_config : OpenSearchResourceConfig | Nil)
#
This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.