class
Amazonite::Lambda::CapacityProviderTelemetryConfig
- Amazonite::Lambda::CapacityProviderTelemetryConfig
- Reference
- Object
Overview
Configuration that specifies the telemetry collection for the capacity provider.
Included Modules
- JSON::Serializable
Defined in:
lambda/capacity_provider_telemetry_config.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#logging_config : CapacityProviderLoggingConfig | Nil
The capacity provider's Amazon CloudWatch Logs configuration settings.
-
#logging_config=(logging_config : CapacityProviderLoggingConfig | Nil)
The capacity provider's Amazon CloudWatch Logs configuration settings.
- #validate! : Nil
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 logging_config : CapacityProviderLoggingConfig | Nil
#
The capacity provider's Amazon CloudWatch Logs configuration settings.
def logging_config=(logging_config : CapacityProviderLoggingConfig | Nil)
#
The capacity provider's Amazon CloudWatch Logs configuration settings.