class
Amazonite::Lambda::CapacityProviderConfig
- Amazonite::Lambda::CapacityProviderConfig
- Reference
- Object
Overview
Configuration for the capacity provider that manages compute resources for Lambda functions.
Included Modules
- JSON::Serializable
Defined in:
lambda/capacity_provider_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig
Configuration for Lambda-managed instances used by the capacity provider.
-
#lambda_managed_instances_capacity_provider_config=(lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig)
Configuration for Lambda-managed instances used by the capacity provider.
- #validate! : Nil
Constructor Detail
def self.new(lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig
#
Configuration for Lambda-managed instances used by the capacity provider.
def lambda_managed_instances_capacity_provider_config=(lambda_managed_instances_capacity_provider_config : LambdaManagedInstancesCapacityProviderConfig)
#
Configuration for Lambda-managed instances used by the capacity provider.