GetTaskDefinitionResult

data class GetTaskDefinitionResult(val arn: String? = null, val autoCreateTasks: Boolean? = null, val id: String? = null, val loRaWanUpdateGatewayTaskEntry: TaskDefinitionLoRaWanUpdateGatewayTaskEntry? = null, val name: String? = null, val tags: List<Tag>? = null, val taskDefinitionType: TaskDefinitionType? = null, val update: TaskDefinitionUpdateWirelessGatewayTaskCreate? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, autoCreateTasks: Boolean? = null, id: String? = null, loRaWanUpdateGatewayTaskEntry: TaskDefinitionLoRaWanUpdateGatewayTaskEntry? = null, name: String? = null, tags: List<Tag>? = null, taskDefinitionType: TaskDefinitionType? = null, update: TaskDefinitionUpdateWirelessGatewayTaskCreate? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

TaskDefinition arn. Returned after successful create.

Link copied to clipboard

Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.

Link copied to clipboard
val id: String? = null

The ID of the new wireless gateway task definition

Link copied to clipboard
Link copied to clipboard
val name: String? = null

The name of the new resource.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that contain metadata for the destination.

Link copied to clipboard

A filter to list only the wireless gateway task definitions that use this task definition type

Link copied to clipboard

Information about the gateways to update.