Command Args
data class CommandArgs(val commandId: Output<String>? = null, val createdAt: Output<String>? = null, val deprecated: Output<Boolean>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val lastUpdatedAt: Output<String>? = null, val mandatoryParameters: Output<List<CommandParameterArgs>>? = null, val namespace: Output<CommandNamespace>? = null, val payload: Output<CommandPayloadArgs>? = null, val pendingDeletion: Output<Boolean>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<CommandArgs>
Represents the resource definition of AWS IoT Command.
Constructors
Link copied to clipboard
constructor(commandId: Output<String>? = null, createdAt: Output<String>? = null, deprecated: Output<Boolean>? = null, description: Output<String>? = null, displayName: Output<String>? = null, lastUpdatedAt: Output<String>? = null, mandatoryParameters: Output<List<CommandParameterArgs>>? = null, namespace: Output<CommandNamespace>? = null, payload: Output<CommandPayloadArgs>? = null, pendingDeletion: Output<Boolean>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
A flag indicating whether the command is deprecated.
Link copied to clipboard
The description of the command.
Link copied to clipboard
The display name for the command.
Link copied to clipboard
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
The payload associated with the command.
Link copied to clipboard
A flag indicating whether the command is pending deletion.