awscc.iotwireless_multicastgroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iotwireless:DeleteMulticastGroup

update

Parent base class for filters and actions.

definitions:
  LoRaWAN:
    additionalProperties: false
    properties:
      DlClass:
        description: Multicast group LoRaWAN DL Class
        maxLength: 64
        minLength: 1
        type: string
      NumberOfDevicesInGroup:
        description: Multicast group number of devices in group. Returned after successful
          read.
        type: integer
      NumberOfDevicesRequested:
        description: Multicast group number of devices requested. Returned after successful
          read.
        type: integer
      RfRegion:
        description: Multicast group LoRaWAN RF region
        maxLength: 64
        minLength: 1
        type: string
    required:
    - RfRegion
    - DlClass
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        minLength: 0
        type: string
    type: object
properties:
  AssociateWirelessDevice:
    description: Wireless device to associate. Only for update request.
    maxLength: 256
    type: string
  Description:
    description: Multicast group description
    maxLength: 2048
    type: string
  DisassociateWirelessDevice:
    description: Wireless device to disassociate. Only for update request.
    maxLength: 256
    type: string
  LoRaWAN:
    additionalProperties: false
    properties:
      DlClass:
        description: Multicast group LoRaWAN DL Class
        maxLength: 64
        minLength: 1
        type: string
      NumberOfDevicesInGroup:
        description: Multicast group number of devices in group. Returned after successful
          read.
        type: integer
      NumberOfDevicesRequested:
        description: Multicast group number of devices requested. Returned after successful
          read.
        type: integer
      RfRegion:
        description: Multicast group LoRaWAN RF region
        maxLength: 64
        minLength: 1
        type: string
    required:
    - RfRegion
    - DlClass
    type: object
  Name:
    description: Name of Multicast group
    maxLength: 256
    type: string
  Tags:
    description: A list of key-value pairs that contain metadata for the Multicast
      group.
    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:UpdateMulticastGroup, iotwireless:UntagResource, iotwireless:ListTagsForResource, iotwireless:AssociateWirelessDeviceWithMulticastGroup, iotwireless:DisassociateWirelessDeviceFromMulticastGroup