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