AWS::IoTWireless::TaskDefinitionCreates a gateway task definition.
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AutoCreateTasks | boolean | Required |
LoRaWANUpdateGatewayTaskEntry | LoRaWANUpdateGatewayTaskEntry | |
Name | string | |
Tags | Array<Tag> | |
TaskDefinitionType | string | |
Update | UpdateWirelessGatewayTaskCreate |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | TaskDefinition arn. Returned after successful create. |
Id | string | The ID of the new wireless gateway task definition |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::TaskDefinition
Resources:
MyResource:
Type: AWS::IoTWireless::TaskDefinition
Properties:
AutoCreateTasks: true
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iotwireless:CreateWirelessGatewayTaskDefinitioniotwireless:TagResourceiam:GetRoleiam:PassRoleiotwireless:GetWirelessGatewayTaskDefinitioniotwireless:TagResourceiotwireless:UntagResourceiotwireless:GetWirelessGatewayTaskDefinitioniotwireless:ListTagsForResourceiotwireless:DeleteWirelessGatewayTaskDefinitioniotwireless:ListWirelessGatewayTaskDefinitionsiotwireless:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId