class
Amazonite::Lambda::TenancyConfig
- Amazonite::Lambda::TenancyConfig
- Reference
- Object
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
- JSON::Serializable
Defined in:
lambda/tenancy_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(tenant_isolation_mode : TenantIsolationMode)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#tenant_isolation_mode : TenantIsolationMode
Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.
Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.