Command

class Command : KotlinCustomResource

Represents the resource definition of AWS IoT Command.

Properties

Link copied to clipboard
val commandArn: Output<String>

The Amazon Resource Name (ARN) of the command.

Link copied to clipboard
val commandId: Output<String>

The unique identifier for the command.

Link copied to clipboard
val createdAt: Output<String>?

The date and time when the command was created.

Link copied to clipboard
val deprecated: Output<Boolean>?

A flag indicating whether the command is deprecated.

Link copied to clipboard
val description: Output<String>?

The description of the command.

Link copied to clipboard
val displayName: Output<String>?

The display name for the command.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedAt: Output<String>?

The date and time when the command was last updated.

Link copied to clipboard

The list of mandatory parameters for the command.

Link copied to clipboard

The namespace to which the command belongs.

Link copied to clipboard
val payload: Output<CommandPayload>?

The payload associated with the command.

Link copied to clipboard
val pendingDeletion: Output<Boolean>?

A flag indicating whether the command is pending deletion.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>?

The customer role associated with the command.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags to be associated with the command.

Link copied to clipboard
val urn: Output<String>