AWS::IoT::CommandRepresents the resource definition of AWS IoT Command.
import { CfnCommand } from 'aws-cdk-lib/aws-iot';Or use the module namespace:
import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnCommandConfiguration passed to the constructor as CfnCommandProps.
commandIdRequiredstringThe unique identifier of the command.
createdAtOptionalstringThe timestamp, when the command was created.
deprecatedOptionalboolean | IResolvableIndicates whether the command has been deprecated.
descriptionOptionalstringThe description of the command parameter.
displayNameOptionalstringThe display name of the command.
lastUpdatedAtOptionalstringThe timestamp, when the command was last updated.
mandatoryParametersOptionalIResolvable | IResolvable | CommandParameterProperty[]namespaceOptionalstringThe namespace to which the command belongs.
payloadOptionalIResolvable | CommandPayloadPropertypayloadTemplateOptionalstringThe payload template associated with the command.
pendingDeletionOptionalboolean | IResolvableIndicates whether the command is pending deletion.
preprocessorOptionalIResolvable | CommandPreprocessorPropertyroleArnOptionalstringThe customer role associated with the command.
tagsOptionalCfnTag[]The tags to be associated with the command.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotAWS::IoT::Command