class
Amazonite::CloudWatchLogs::OpenSearchApplication
- Amazonite::CloudWatchLogs::OpenSearchApplication
- Reference
- Object
Overview
This structure contains information about the OpenSearch Service application used for this integration. An OpenSearch Service application is the web application created by the integration with CloudWatch Logs. It hosts the vended logs dashboards.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/open_search_application.crConstructors
- .new(pull : JSON::PullParser)
- .new(application_endpoint : String | Nil = nil, application_arn : String | Nil = nil, application_id : String | Nil = nil, status : OpenSearchResourceStatus | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#application_arn : String | Nil
The Amazon Resource Name (ARN) of the application.
-
#application_arn=(application_arn : String | Nil)
The Amazon Resource Name (ARN) of the application.
-
#application_endpoint : String | Nil
The endpoint of the application.
-
#application_endpoint=(application_endpoint : String | Nil)
The endpoint of the application.
-
#application_id : String | Nil
The ID of the application.
-
#application_id=(application_id : String | Nil)
The ID of the application.
-
#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 Amazon Resource Name (ARN) of the application.
This structure contains information about the status of this OpenSearch Service resource.
This structure contains information about the status of this OpenSearch Service resource.