class Amazonite::CloudWatchLogs::PutIntegrationRequest

Included Modules

Defined in:

cloudwatch_logs/put_integration_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(integration_name : String, resource_config : ResourceConfig, integration_type : IntegrationType) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def integration_name : String #

A name for the integration.


[View source]
def integration_name=(integration_name : String) #

A name for the integration.


[View source]
def integration_type : IntegrationType #

The type of integration. Currently, the only supported type is OPENSEARCH.


[View source]
def integration_type=(integration_type : IntegrationType) #

The type of integration. Currently, the only supported type is OPENSEARCH.


[View source]
def resource_config : ResourceConfig #

A structure that contains configuration information for the integration that you are creating.


[View source]
def resource_config=(resource_config : ResourceConfig) #

A structure that contains configuration information for the integration that you are creating.


[View source]
def validate! : Nil #

[View source]