Interface CfnCommand.ICommandParameterProperty
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICommandParameterProperty
Syntax (vb)
Public Interface 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.AWS.IoT;
var commandParameterProperty = new CommandParameterProperty {
Name = "name",
// the properties below are optional
DefaultValue = new CommandParameterValueProperty {
B = false,
Bin = "bin",
D = 123,
I = 123,
L = "l",
S = "s",
Ul = "ul"
},
Description = "description",
Value = new CommandParameterValueProperty {
B = false,
Bin = "bin",
D = 123,
I = 123,
L = "l",
S = "s",
Ul = "ul"
}
};
Synopsis
Properties
Default |
|
Description | |
Name | |
Value |
Properties
DefaultValue
virtual object DefaultValue { get; }
Property Value
System.
Remarks
Description
virtual string Description { get; }
Property Value
System.
Remarks
Name
string Name { get; }
Property Value
System.
Remarks
Value
virtual object Value { get; }
Property Value
System.