TaskDefinition

class TaskDefinition : KotlinCustomResource

Creates a gateway task definition.

Properties

Link copied to clipboard
val arn: Output<String>

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 awsId: Output<String>

The ID of the new wireless gateway task definition

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
val name: Output<String>?

The name of the new resource.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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.

Link copied to clipboard
val urn: Output<String>