class Amazonite::Lambda::CapacityProviderTelemetryConfig

Overview

Configuration that specifies the telemetry collection for the capacity provider.

Included Modules

Defined in:

lambda/capacity_provider_telemetry_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(logging_config : CapacityProviderLoggingConfig | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def logging_config : CapacityProviderLoggingConfig | Nil #

The capacity provider's Amazon CloudWatch Logs configuration settings.


[View source]
def logging_config=(logging_config : CapacityProviderLoggingConfig | Nil) #

The capacity provider's Amazon CloudWatch Logs configuration settings.


[View source]
def validate! : Nil #

[View source]