public static interface CfnResponsePlan.DynamicSsmParameterValueProperty
// 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 java.lang.String |
getVariable()
`CfnResponsePlan.DynamicSsmParameterValueProperty.Variable`.
|
default java.lang.String getVariable()
static CfnResponsePlan.DynamicSsmParameterValueProperty.Builder builder()