Show / Hide Table of Contents

Class CfnResponsePlan.DynamicSsmParameterValueProperty

The dynamic parameter value.

Inheritance
object
CfnResponsePlan.DynamicSsmParameterValueProperty
Implements
CfnResponsePlan.IDynamicSsmParameterValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-responseplan-dynamicssmparametervalue.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-responseplan-dynamicssmparametervalue.html

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

string

Remarks

A parameter value is determined when an incident is created.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-responseplan-dynamicssmparametervalue.html#cfn-ssmincidents-responseplan-dynamicssmparametervalue-variable

Implements

CfnResponsePlan.IDynamicSsmParameterValueProperty
Back to top Generated by DocFX