class
Amazonite::CloudWatchLogs::SyslogConfiguration
- Amazonite::CloudWatchLogs::SyslogConfiguration
- Reference
- Object
Overview
Contains information about a syslog configuration associated with a log group.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/syslog_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_arn : String | Nil = nil, source_type : SyslogSourceType | Nil = nil, vpc_endpoint_id : String | Nil = nil, created_at : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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. -
#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. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_arn : String | Nil
The ARN of the log group associated with this syslog configuration.
-
#log_group_arn=(log_group_arn : String | Nil)
The ARN of the log group associated with this syslog configuration.
-
#source_type : SyslogSourceType | Nil
The source type for the syslog configuration.
-
#source_type=(source_type : SyslogSourceType | Nil)
The source type for the syslog configuration.
- #validate! : Nil
-
#vpc_endpoint_id : String | Nil
The ID of the VPC endpoint used for syslog ingestion.
-
#vpc_endpoint_id=(vpc_endpoint_id : String | Nil)
The ID of the VPC endpoint used for syslog ingestion.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The time when the syslog configuration was created, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
The time when the syslog configuration was created, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
The ARN of the log group associated with this syslog configuration.
The ARN of the log group associated with this syslog configuration.
The source type for the syslog configuration.
The ID of the VPC endpoint used for syslog ingestion.