class Amazonite::Lambda::CapacityProviderConfig

Overview

Configuration for the capacity provider that manages compute resources for Lambda functions.

Included Modules

Defined in:

lambda/capacity_provider_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig #

Configuration for Lambda-managed instances used by the capacity provider.


[View source]
def lambda_managed_instances_capacity_provider_config=(lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig) #

Configuration for Lambda-managed instances used by the capacity provider.


[View source]
def validate! : Nil #

[View source]