public static interface CfnFunction.SnapStartProperty
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.*; SnapStartProperty snapStartProperty = SnapStartProperty.builder() .applyOn("applyOn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFunction.SnapStartProperty.Builder
A builder for
CfnFunction.SnapStartProperty |
static class |
CfnFunction.SnapStartProperty.Jsii$Proxy
An implementation for
CfnFunction.SnapStartProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFunction.SnapStartProperty.Builder |
builder() |
java.lang.String |
getApplyOn()
Set `ApplyOn` to `PublishedVersions` to create a snapshot of the initialized execution environment when you publish a function version.
|
java.lang.String getApplyOn()
static CfnFunction.SnapStartProperty.Builder builder()