@Stability(value=Stable)
public static interface CfnFunction.SnapStartProperty
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.*;
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() |
String |
getApplyOn()
Set `ApplyOn` to `PublishedVersions` to create a snapshot of the initialized execution environment when you publish a function version.
|
@Stability(value=Stable) @NotNull String getApplyOn()
@Stability(value=Stable) static CfnFunction.SnapStartProperty.Builder builder()
Copyright © 2023. All rights reserved.