@Stability(value=Stable)
public static interface CfnResponsePlan.DynamicSsmParameterValueProperty
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.ssmincidents.*;
DynamicSsmParameterValueProperty dynamicSsmParameterValueProperty = DynamicSsmParameterValueProperty.builder()
.variable("variable")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponsePlan.DynamicSsmParameterValueProperty.Builder
A builder for
CfnResponsePlan.DynamicSsmParameterValueProperty |
static class |
CfnResponsePlan.DynamicSsmParameterValueProperty.Jsii$Proxy
An implementation for
CfnResponsePlan.DynamicSsmParameterValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponsePlan.DynamicSsmParameterValueProperty.Builder |
builder() |
default String |
getVariable()
`CfnResponsePlan.DynamicSsmParameterValueProperty.Variable`.
|
@Stability(value=Stable) @Nullable default String getVariable()
@Stability(value=Stable) static CfnResponsePlan.DynamicSsmParameterValueProperty.Builder builder()
Copyright © 2022. All rights reserved.