Class CfnCommandPropsMixin.CommandParameterProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoT
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCommandPropsMixin.CommandParameterProperty : CfnCommandPropsMixin.ICommandParameterProperty
Syntax (vb)
Public Class CfnCommandPropsMixin.CommandParameterProperty Implements CfnCommandPropsMixin.ICommandParameterProperty
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 commandParameterProperty = new CommandParameterProperty {
DefaultValue = new CommandParameterValueProperty {
B = false,
Bin = "bin",
D = 123,
I = 123,
L = "l",
S = "s",
Ul = "ul"
},
Description = "description",
Name = "name",
Type = "type",
Value = new CommandParameterValueProperty {
B = false,
Bin = "bin",
D = 123,
I = 123,
L = "l",
S = "s",
Ul = "ul"
},
ValueConditions = new [] { 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
| CommandParameterProperty() |
Properties
| DefaultValue | |
| Description | |
| Name | |
| Type | |
| Value | |
| ValueConditions |
Constructors
CommandParameterProperty()
public CommandParameterProperty()
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 commandParameterProperty = new CommandParameterProperty {
DefaultValue = new CommandParameterValueProperty {
B = false,
Bin = "bin",
D = 123,
I = 123,
L = "l",
S = "s",
Ul = "ul"
},
Description = "description",
Name = "name",
Type = "type",
Value = new CommandParameterValueProperty {
B = false,
Bin = "bin",
D = 123,
I = 123,
L = "l",
S = "s",
Ul = "ul"
},
ValueConditions = new [] { 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
DefaultValue
public object? DefaultValue { get; set; }
Property Value
Remarks
Description
public string? Description { get; set; }
Property Value
Remarks
Name
public string? Name { get; set; }
Property Value
Remarks
Type
public string? Type { get; set; }
Property Value
Remarks
Value
public object? Value { get; set; }
Property Value
Remarks
ValueConditions
public object? ValueConditions { get; set; }