Interface CfnResponsePlan.DynamicSsmParameterValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResponsePlan.DynamicSsmParameterValueProperty.Jsii$Proxy
- Enclosing class:
CfnResponsePlan
@Stability(Stable)
public static interface CfnResponsePlan.DynamicSsmParameterValueProperty
extends software.amazon.jsii.JsiiSerializable
The dynamic parameter value.
Example:
// 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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResponsePlan.DynamicSsmParameterValueProperty
static final class
An implementation forCfnResponsePlan.DynamicSsmParameterValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVariable
Variable dynamic parameters.A parameter value is determined when an incident is created.
- See Also:
-
builder
-