Show / Hide Table of Contents

Interface ICommandReference

A reference to a Command resource.

Namespace: Amazon.CDK.Interfaces.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICommandReference
Syntax (vb)
Public Interface ICommandReference
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.Interfaces.IoT;

            var commandReference = new CommandReference {
                CommandArn = "commandArn",
                CommandId = "commandId"
            };

Synopsis

Properties

CommandArn

The ARN of the Command resource.

CommandId

The CommandId of the Command resource.

Properties

CommandArn

The ARN of the Command resource.

string CommandArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

CommandId

The CommandId of the Command resource.

string CommandId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX