class Amazonite::CloudWatchLogs::PutSyslogConfigurationRequest

Included Modules

Defined in:

cloudwatch_logs/put_syslog_configuration_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(log_group_identifier : String, vpc_endpoint_id : String | Nil = nil) #

[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 log_group_identifier : String #

The name or ARN of the log group to associate with the syslog configuration.


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

The name or ARN of the log group to associate with the syslog configuration.


[View source]
def validate! : Nil #

[View source]
def vpc_endpoint_id : String | Nil #

The ID of the VPC endpoint to use for syslog ingestion.


[View source]
def vpc_endpoint_id=(vpc_endpoint_id : String | Nil) #

The ID of the VPC endpoint to use for syslog ingestion.


[View source]