This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoT::Command
The AWS::IoT::Command resource Property description not available. for IoT.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoT::Command", "Properties" : { "CommandId" :String, "CreatedAt" :String, "Deprecated" :Boolean, "Description" :String, "DisplayName" :String, "LastUpdatedAt" :String, "MandatoryParameters" :[ CommandParameter, ... ], "Namespace" :String, "Payload" :CommandPayload, "PendingDeletion" :Boolean, "RoleArn" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::IoT::Command Properties: CommandId:StringCreatedAt:StringDeprecated:BooleanDescription:StringDisplayName:StringLastUpdatedAt:StringMandatoryParameters:- CommandParameterNamespace:StringPayload:CommandPayloadPendingDeletion:BooleanRoleArn:StringTags:- Tag
Properties
CommandId-
The unique identifier of the command.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
64Update requires: Replacement
CreatedAt-
The timestamp, when the command was created.
Required: No
Type: String
Update requires: No interruption
Deprecated-
Indicates whether the command has been deprecated.
Required: No
Type: Boolean
Update requires: No interruption
Description-
The description of the command parameter.
Required: No
Type: String
Maximum:
2028Update requires: No interruption
DisplayName-
The display name of the command.
Required: No
Type: String
Update requires: No interruption
LastUpdatedAt-
The timestamp, when the command was last updated.
Required: No
Type: String
Update requires: No interruption
MandatoryParametersProperty description not available.
Required: No
Type: Array of CommandParameter
Minimum:
1Update requires: No interruption
NamespaceProperty description not available.
Required: No
Type: String
Allowed values:
AWS-IoT | AWS-IoT-FleetWiseUpdate requires: No interruption
PayloadProperty description not available.
Required: No
Type: CommandPayload
Update requires: No interruption
PendingDeletion-
Indicates whether the command is pending deletion.
Required: No
Type: Boolean
Update requires: No interruption
RoleArnProperty description not available.
Required: No
Type: String
Minimum:
20Maximum:
2028Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
CommandArn-
The Amazon Resource Name (ARN) of the command.