Interface CfnFunction.SnapStartResponseProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFunction.SnapStartResponseProperty.Jsii$Proxy
Enclosing class:
CfnFunction

@Stability(Stable) public static interface CfnFunction.SnapStartResponseProperty extends software.amazon.jsii.JsiiSerializable
The function's SnapStart setting.

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.*;
 SnapStartResponseProperty snapStartResponseProperty = SnapStartResponseProperty.builder()
         .applyOn("applyOn")
         .optimizationStatus("optimizationStatus")
         .build();
 

See Also: