Interface CfnFunction.TenancyConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFunction.TenancyConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFunction
@Stability(Stable)
public static interface CfnFunction.TenancyConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
TenancyConfigProperty tenancyConfigProperty = TenancyConfigProperty.builder()
.tenantIsolationMode("tenantIsolationMode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFunction.TenancyConfigPropertystatic final classAn implementation forCfnFunction.TenancyConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Determines how your Lambda function isolates execution environments between tenants.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTenantIsolationMode
Determines how your Lambda function isolates execution environments between tenants.- See Also:
-
builder
-