Interface CfnResponsePlan.IDynamicSsmParameterValueProperty
The dynamic parameter value.
Namespace: Amazon.CDK.AWS.SSMIncidents
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDynamicSsmParameterValueProperty
Syntax (vb)
Public Interface IDynamicSsmParameterValueProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SSMIncidents;
var dynamicSsmParameterValueProperty = new DynamicSsmParameterValueProperty {
Variable = "variable"
};
Synopsis
Properties
Variable | Variable dynamic parameters. |
Properties
Variable
Variable dynamic parameters.
virtual string Variable { get; }
Property Value
System.
Remarks
A parameter value is determined when an incident is created.