@Stability(value=Stable)
public static interface CfnFunction.HooksProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
HooksProperty hooksProperty = HooksProperty.builder()
.postTraffic("postTraffic")
.preTraffic("preTraffic")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.HooksProperty.Builder
A builder for
CfnFunction.HooksProperty |
static class |
CfnFunction.HooksProperty.Jsii$Proxy
An implementation for
CfnFunction.HooksProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.HooksProperty.Builder |
builder() |
default String |
getPostTraffic()
`CfnFunction.HooksProperty.PostTraffic`.
|
default String |
getPreTraffic()
`CfnFunction.HooksProperty.PreTraffic`.
|
@Stability(value=Stable) @Nullable default String getPostTraffic()
@Stability(value=Stable) @Nullable default String getPreTraffic()
@Stability(value=Stable) static CfnFunction.HooksProperty.Builder builder()
CfnFunction.HooksProperty.Builder of CfnFunction.HooksPropertyCopyright © 2022. All rights reserved.