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