@Stability(value=Stable)
public static interface CfnFunction.FunctionSAMPTProperty
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.*;
FunctionSAMPTProperty functionSAMPTProperty = FunctionSAMPTProperty.builder()
.functionName("functionName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.FunctionSAMPTProperty.Builder
A builder for
CfnFunction.FunctionSAMPTProperty |
static class |
CfnFunction.FunctionSAMPTProperty.Jsii$Proxy
An implementation for
CfnFunction.FunctionSAMPTProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.FunctionSAMPTProperty.Builder |
builder() |
String |
getFunctionName()
`CfnFunction.FunctionSAMPTProperty.FunctionName`.
|
@Stability(value=Stable) @NotNull String getFunctionName()
@Stability(value=Stable) static CfnFunction.FunctionSAMPTProperty.Builder builder()
Copyright © 2023. All rights reserved.