Class CfnCommandPropsMixin.CommandParameterValueConditionProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoT
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCommandPropsMixin.CommandParameterValueConditionProperty : CfnCommandPropsMixin.ICommandParameterValueConditionProperty
Syntax (vb)
Public Class CfnCommandPropsMixin.CommandParameterValueConditionProperty Implements CfnCommandPropsMixin.ICommandParameterValueConditionProperty
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.CfnPropertyMixins.AWS.IoT;
var commandParameterValueConditionProperty = new CommandParameterValueConditionProperty {
ComparisonOperator = "comparisonOperator",
Operand = new CommandParameterValueComparisonOperandProperty {
Number = "number",
NumberRange = new CommandParameterValueNumberRangeProperty {
Max = "max",
Min = "min"
},
Numbers = new [] { "numbers" },
String = "string",
Strings = new [] { "strings" }
}
};
Synopsis
Constructors
| CommandParameterValueConditionProperty() |
Properties
| ComparisonOperator | |
| Operand |
Constructors
CommandParameterValueConditionProperty()
public CommandParameterValueConditionProperty()
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.CfnPropertyMixins.AWS.IoT;
var commandParameterValueConditionProperty = new CommandParameterValueConditionProperty {
ComparisonOperator = "comparisonOperator",
Operand = new CommandParameterValueComparisonOperandProperty {
Number = "number",
NumberRange = new CommandParameterValueNumberRangeProperty {
Max = "max",
Min = "min"
},
Numbers = new [] { "numbers" },
String = "string",
Strings = new [] { "strings" }
}
};
Properties
ComparisonOperator
public string? ComparisonOperator { get; set; }
Property Value
Remarks
Operand
public object? Operand { get; set; }