class Amazonite::CloudWatchLogs::SyslogConfiguration

Overview

Contains information about a syslog configuration associated with a log group.

Included Modules

Defined in:

cloudwatch_logs/syslog_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(log_group_arn : String | Nil = nil, source_type : SyslogSourceType | Nil = nil, vpc_endpoint_id : String | Nil = nil, created_at : Int64 | 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 created_at : Int64 | Nil #

The time when the syslog configuration was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def created_at=(created_at : Int64 | Nil) #

The time when the syslog configuration was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def log_group_arn : String | Nil #

The ARN of the log group associated with this syslog configuration.


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

The ARN of the log group associated with this syslog configuration.


[View source]
def source_type : SyslogSourceType | Nil #

The source type for the syslog configuration.


[View source]
def source_type=(source_type : SyslogSourceType | Nil) #

The source type for the syslog configuration.


[View source]
def validate! : Nil #

[View source]
def vpc_endpoint_id : String | Nil #

The ID of the VPC endpoint used for syslog ingestion.


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

The ID of the VPC endpoint used for syslog ingestion.


[View source]