AWS::IoTWireless::TaskDefinitionCreates a gateway task definition.
import { CfnTaskDefinition } from 'aws-cdk-lib/aws-iotwireless';Or use the module namespace:
import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnTaskDefinitionConfiguration passed to the constructor as CfnTaskDefinitionProps.
autoCreateTasksRequiredboolean | IResolvableWhether to automatically create tasks using this task definition for all gateways with the specified current version. If `false` , the task must be created by calling `CreateWirelessGatewayTask` .
loRaWanUpdateGatewayTaskEntryOptionalIResolvable | LoRaWANUpdateGatewayTaskEntryPropertyLoRaWANUpdateGatewayTaskEntry object.
nameOptionalstringThe name of the new resource.
tagsOptionalCfnTag[]The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.
taskDefinitionTypeOptionalstringA filter to list only the wireless gateway task definitions that use this task definition type.
updateOptionalIResolvable | UpdateWirelessGatewayTaskCreatePropertyInformation about the gateways to update.
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-iotwirelessAWS::IoTWireless::TaskDefinition