awscc.iotwireless_fuotatask

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - iotwireless:DeleteFuotaTask

update

Parent base class for filters and actions.

definitions:
  LoRaWAN:
    additionalProperties: false
    properties:
      RfRegion:
        description: FUOTA task LoRaWAN RF region
        maxLength: 64
        minLength: 1
        type: string
      StartTime:
        description: FUOTA task LoRaWAN start time
        maxLength: 64
        type: string
    required:
    - RfRegion
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        minLength: 0
        type: string
    type: object
properties:
  AssociateMulticastGroup:
    description: Multicast group to associate. Only for update request.
    maxLength: 256
    type: string
  AssociateWirelessDevice:
    description: Wireless device to associate. Only for update request.
    maxLength: 256
    type: string
  Description:
    description: FUOTA task description
    maxLength: 2048
    type: string
  DisassociateMulticastGroup:
    description: Multicast group to disassociate. Only for update request.
    maxLength: 256
    type: string
  DisassociateWirelessDevice:
    description: Wireless device to disassociate. Only for update request.
    maxLength: 256
    type: string
  FirmwareUpdateImage:
    description: FUOTA task firmware update image binary S3 link
    maxLength: 2048
    minLength: 1
    type: string
  FirmwareUpdateRole:
    description: FUOTA task firmware IAM role for reading S3
    maxLength: 256
    minLength: 1
    type: string
  LoRaWAN:
    additionalProperties: false
    properties:
      RfRegion:
        description: FUOTA task LoRaWAN RF region
        maxLength: 64
        minLength: 1
        type: string
      StartTime:
        description: FUOTA task LoRaWAN start time
        maxLength: 64
        type: string
    required:
    - RfRegion
    type: object
  Name:
    description: Name of FUOTA task
    maxLength: 256
    type: string
  Tags:
    description: A list of key-value pairs that contain metadata for the FUOTA task.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          type: string
        Value:
          maxLength: 256
          minLength: 0
          type: string
      type: object
    maxItems: 200
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - iotwireless:UpdateFuotaTask, iotwireless:UntagResource, iotwireless:ListTagsForResource, iotwireless:AssociateMulticastGroupWithFuotaTask, iotwireless:DisassociateMulticastGroupFromFuotaTask, iotwireless:AssociateWirelessDeviceWithFuotaTask, iotwireless:DisassociateWirelessDeviceFromFuotaTask