Interface CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty.Jsii$Proxy
Enclosing class:
CfnResponsePlanPropsMixin

@Stability(Stable) public static interface CfnResponsePlanPropsMixin.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.cfnpropertymixins.services.ssmincidents.*;
 DynamicSsmParameterValueProperty dynamicSsmParameterValueProperty = DynamicSsmParameterValueProperty.builder()
         .variable("variable")
         .build();
 

See Also: