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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnResponsePlanPropsMixin.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
@Stability(Stable) static CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty.Builder builder()
-