aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.iotwireless.FuotaTask

Explore with Pulumi AI

Create and manage FUOTA tasks.

Create FuotaTask Resource

new FuotaTask(name: string, args: FuotaTaskArgs, opts?: CustomResourceOptions);
@overload
def FuotaTask(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              associate_multicast_group: Optional[str] = None,
              associate_wireless_device: Optional[str] = None,
              description: Optional[str] = None,
              disassociate_multicast_group: Optional[str] = None,
              disassociate_wireless_device: Optional[str] = None,
              firmware_update_image: Optional[str] = None,
              firmware_update_role: Optional[str] = None,
              lo_ra_wan: Optional[FuotaTaskLoRaWANArgs] = None,
              name: Optional[str] = None,
              tags: Optional[Sequence[FuotaTaskTagArgs]] = None)
@overload
def FuotaTask(resource_name: str,
              args: FuotaTaskArgs,
              opts: Optional[ResourceOptions] = None)
func NewFuotaTask(ctx *Context, name string, args FuotaTaskArgs, opts ...ResourceOption) (*FuotaTask, error)
public FuotaTask(string name, FuotaTaskArgs args, CustomResourceOptions? opts = null)
public FuotaTask(String name, FuotaTaskArgs args)
public FuotaTask(String name, FuotaTaskArgs args, CustomResourceOptions options)
type: aws-native:iotwireless:FuotaTask
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args FuotaTaskArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args FuotaTaskArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args FuotaTaskArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args FuotaTaskArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args FuotaTaskArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

FuotaTask Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The FuotaTask resource accepts the following input properties:

FirmwareUpdateImage string

FUOTA task firmware update image binary S3 link

FirmwareUpdateRole string

FUOTA task firmware IAM role for reading S3

LoRaWAN Pulumi.AwsNative.IoTWireless.Inputs.FuotaTaskLoRaWANArgs

FUOTA task LoRaWAN

AssociateMulticastGroup string

Multicast group to associate. Only for update request.

AssociateWirelessDevice string

Wireless device to associate. Only for update request.

Description string

FUOTA task description

DisassociateMulticastGroup string

Multicast group to disassociate. Only for update request.

DisassociateWirelessDevice string

Wireless device to disassociate. Only for update request.

Name string

Name of FUOTA task

Tags List<Pulumi.AwsNative.IoTWireless.Inputs.FuotaTaskTagArgs>

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

FirmwareUpdateImage string

FUOTA task firmware update image binary S3 link

FirmwareUpdateRole string

FUOTA task firmware IAM role for reading S3

LoRaWAN FuotaTaskLoRaWANArgs

FUOTA task LoRaWAN

AssociateMulticastGroup string

Multicast group to associate. Only for update request.

AssociateWirelessDevice string

Wireless device to associate. Only for update request.

Description string

FUOTA task description

DisassociateMulticastGroup string

Multicast group to disassociate. Only for update request.

DisassociateWirelessDevice string

Wireless device to disassociate. Only for update request.

Name string

Name of FUOTA task

Tags []FuotaTaskTagArgs

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

firmwareUpdateImage String

FUOTA task firmware update image binary S3 link

firmwareUpdateRole String

FUOTA task firmware IAM role for reading S3

loRaWAN FuotaTaskLoRaWANArgs

FUOTA task LoRaWAN

associateMulticastGroup String

Multicast group to associate. Only for update request.

associateWirelessDevice String

Wireless device to associate. Only for update request.

description String

FUOTA task description

disassociateMulticastGroup String

Multicast group to disassociate. Only for update request.

disassociateWirelessDevice String

Wireless device to disassociate. Only for update request.

name String

Name of FUOTA task

tags List<FuotaTaskTagArgs>

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

firmwareUpdateImage string

FUOTA task firmware update image binary S3 link

firmwareUpdateRole string

FUOTA task firmware IAM role for reading S3

loRaWAN FuotaTaskLoRaWANArgs

FUOTA task LoRaWAN

associateMulticastGroup string

Multicast group to associate. Only for update request.

associateWirelessDevice string

Wireless device to associate. Only for update request.

description string

FUOTA task description

disassociateMulticastGroup string

Multicast group to disassociate. Only for update request.

disassociateWirelessDevice string

Wireless device to disassociate. Only for update request.

name string

Name of FUOTA task

tags FuotaTaskTagArgs[]

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

firmware_update_image str

FUOTA task firmware update image binary S3 link

firmware_update_role str

FUOTA task firmware IAM role for reading S3

lo_ra_wan FuotaTaskLoRaWANArgs

FUOTA task LoRaWAN

associate_multicast_group str

Multicast group to associate. Only for update request.

associate_wireless_device str

Wireless device to associate. Only for update request.

description str

FUOTA task description

disassociate_multicast_group str

Multicast group to disassociate. Only for update request.

disassociate_wireless_device str

Wireless device to disassociate. Only for update request.

name str

Name of FUOTA task

tags Sequence[FuotaTaskTagArgs]

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

firmwareUpdateImage String

FUOTA task firmware update image binary S3 link

firmwareUpdateRole String

FUOTA task firmware IAM role for reading S3

loRaWAN Property Map

FUOTA task LoRaWAN

associateMulticastGroup String

Multicast group to associate. Only for update request.

associateWirelessDevice String

Wireless device to associate. Only for update request.

description String

FUOTA task description

disassociateMulticastGroup String

Multicast group to disassociate. Only for update request.

disassociateWirelessDevice String

Wireless device to disassociate. Only for update request.

name String

Name of FUOTA task

tags List<Property Map>

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

Outputs

All input properties are implicitly available as output properties. Additionally, the FuotaTask resource produces the following output properties:

Arn string

FUOTA task arn. Returned after successful create.

FuotaTaskStatus string

FUOTA task status. Returned after successful read.

Id string

The provider-assigned unique ID for this managed resource.

Arn string

FUOTA task arn. Returned after successful create.

FuotaTaskStatus string

FUOTA task status. Returned after successful read.

Id string

The provider-assigned unique ID for this managed resource.

arn String

FUOTA task arn. Returned after successful create.

fuotaTaskStatus String

FUOTA task status. Returned after successful read.

id String

The provider-assigned unique ID for this managed resource.

arn string

FUOTA task arn. Returned after successful create.

fuotaTaskStatus string

FUOTA task status. Returned after successful read.

id string

The provider-assigned unique ID for this managed resource.

arn str

FUOTA task arn. Returned after successful create.

fuota_task_status str

FUOTA task status. Returned after successful read.

id str

The provider-assigned unique ID for this managed resource.

arn String

FUOTA task arn. Returned after successful create.

fuotaTaskStatus String

FUOTA task status. Returned after successful read.

id String

The provider-assigned unique ID for this managed resource.

Supporting Types

FuotaTaskLoRaWAN

RfRegion string

FUOTA task LoRaWAN RF region

StartTime string

FUOTA task LoRaWAN start time

RfRegion string

FUOTA task LoRaWAN RF region

StartTime string

FUOTA task LoRaWAN start time

rfRegion String

FUOTA task LoRaWAN RF region

startTime String

FUOTA task LoRaWAN start time

rfRegion string

FUOTA task LoRaWAN RF region

startTime string

FUOTA task LoRaWAN start time

rf_region str

FUOTA task LoRaWAN RF region

start_time str

FUOTA task LoRaWAN start time

rfRegion String

FUOTA task LoRaWAN RF region

startTime String

FUOTA task LoRaWAN start time

FuotaTaskTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0