class
Amazonite::CloudWatchLogs::PutIntegrationRequest
- Amazonite::CloudWatchLogs::PutIntegrationRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_integration_request.crConstructors
- .new(integration_name : String, resource_config : ResourceConfig, integration_type : IntegrationType)
- .new(pull : JSON::PullParser)
- .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) -
#integration_name : String
A name for the integration.
-
#integration_name=(integration_name : String)
A name for the integration.
-
#integration_type : IntegrationType
The type of integration.
-
#integration_type=(integration_type : IntegrationType)
The type of integration.
-
#resource_config : ResourceConfig
A structure that contains configuration information for the integration that you are creating.
-
#resource_config=(resource_config : ResourceConfig)
A structure that contains configuration information for the integration that you are creating.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The type of integration. Currently, the only supported type is OPENSEARCH.
The type of integration. Currently, the only supported type is OPENSEARCH.
A structure that contains configuration information for the integration that you are creating.
A structure that contains configuration information for the integration that you are creating.