AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTWireless::TaskDefinition

IoTWireless TaskDefinition

Creates a gateway task definition.

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AutoCreateTasks
boolean
Required
LoRaWANUpdateGatewayTaskEntry
LoRaWANUpdateGatewayTaskEntry
Name
string
Tags
Array<Tag>
TaskDefinitionType
string
Update
UpdateWirelessGatewayTaskCreate

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringTaskDefinition arn. Returned after successful create.
IdstringThe ID of the new wireless gateway task definition

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotwireless:CreateWirelessGatewayTaskDefinitioniotwireless:TagResourceiam:GetRoleiam:PassRole

update

iotwireless:GetWirelessGatewayTaskDefinitioniotwireless:TagResourceiotwireless:UntagResource

read

iotwireless:GetWirelessGatewayTaskDefinitioniotwireless:ListTagsForResource

delete

iotwireless:DeleteWirelessGatewayTaskDefinition

list

iotwireless:ListWirelessGatewayTaskDefinitionsiotwireless:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoTWireless
Properties8
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateUpdateReadDeleteList

External Links