Class CfnResponsePlan.DynamicSsmParameterValueProperty
The dynamic parameter value.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SSMIncidents
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResponsePlan.DynamicSsmParameterValueProperty : CfnResponsePlan.IDynamicSsmParameterValueProperty
Syntax (vb)
Public Class CfnResponsePlan.DynamicSsmParameterValueProperty Implements CfnResponsePlan.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
Constructors
| DynamicSsmParameterValueProperty() | The dynamic parameter value. |
Properties
| Variable | Variable dynamic parameters. |
Constructors
DynamicSsmParameterValueProperty()
The dynamic parameter value.
public DynamicSsmParameterValueProperty()
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"
};
Properties
Variable
Variable dynamic parameters.
public string? Variable { get; set; }
Property Value
Remarks
A parameter value is determined when an incident is created.