class Amazonite::Lambda::TenancyConfig

Overview

Specifies the tenant isolation mode configuration for a Lambda function. This allows you to configure specific tenant isolation strategies for your function invocations. Tenant isolation configuration cannot be modified after function creation.

Included Modules

Defined in:

lambda/tenancy_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(tenant_isolation_mode : TenantIsolationMode) #

[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 tenant_isolation_mode : TenantIsolationMode #

Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.


[View source]
def tenant_isolation_mode=(tenant_isolation_mode : TenantIsolationMode) #

Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.


[View source]
def validate! : Nil #

[View source]