class
Amazonite::Lambda::CapacityProviderLoggingConfig
- Amazonite::Lambda::CapacityProviderLoggingConfig
- Reference
- Object
Overview
The capacity provider's Amazon CloudWatch Logs configuration settings.
Included Modules
- JSON::Serializable
Defined in:
lambda/capacity_provider_logging_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(system_log_level : SystemLogLevel | Nil = nil, log_group : 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 : String | Nil
The name of the Amazon CloudWatch log group the capacity provider sends logs to.
-
#log_group=(log_group : String | Nil)
The name of the Amazon CloudWatch log group the capacity provider sends logs to.
-
#system_log_level : SystemLogLevel | Nil
Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.
-
#system_log_level=(system_log_level : SystemLogLevel | Nil)
Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the Amazon CloudWatch log group the capacity provider sends logs to. By default,
Lambda capacity providers send logs to a default log group named
/aws/lambda/capacity-provider/<capacity provider name>. To use a different log group, enter an
existing log group or enter a new log group name.
The name of the Amazon CloudWatch log group the capacity provider sends logs to. By default,
Lambda capacity providers send logs to a default log group named
/aws/lambda/capacity-provider/<capacity provider name>. To use a different log group, enter an
existing log group or enter a new log group name.
Set this property to filter the system logs for your capacity provider that Lambda sends to
CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where
DEBUG is the highest level and WARN is the lowest.
Set this property to filter the system logs for your capacity provider that Lambda sends to
CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where
DEBUG is the highest level and WARN is the lowest.