Values.TenancyConfigSourceSpecifies 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.
type nonrec t = {tenantIsolationMode : TenantIsolationMode.t;Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.
*)}