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();
 - 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResponsePlan.DynamicSsmParameterValuePropertystatic final classAn 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.
 - 
builder
 
 -