class
Amazonite::CloudWatchLogs::PutSyslogConfigurationRequest
- Amazonite::CloudWatchLogs::PutSyslogConfigurationRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_syslog_configuration_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_identifier : String, vpc_endpoint_id : String | Nil = nil)
- .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) -
#log_group_identifier : String
The name or ARN of the log group to associate with the syslog configuration.
-
#log_group_identifier=(log_group_identifier : String)
The name or ARN of the log group to associate with the syslog configuration.
- #validate! : Nil
-
#vpc_endpoint_id : String | Nil
The ID of the VPC endpoint to use for syslog ingestion.
-
#vpc_endpoint_id=(vpc_endpoint_id : String | Nil)
The ID of the VPC endpoint to use for syslog ingestion.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def log_group_identifier : String
#
The name or ARN of the log group to associate with the syslog configuration.
def log_group_identifier=(log_group_identifier : String)
#
The name or ARN of the log group to associate with the syslog configuration.
def vpc_endpoint_id=(vpc_endpoint_id : String | Nil)
#
The ID of the VPC endpoint to use for syslog ingestion.