awscc.iotwireless_destination

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iotwireless:DeleteDestination

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 127
        minLength: 1
        type: string
      Value:
        maxLength: 255
        minLength: 1
        type: string
    type: object
properties:
  Description:
    description: Destination description
    maxLength: 2048
    type: string
  Expression:
    description: Destination expression
    type: string
  ExpressionType:
    description: Must be RuleName
    enum:
    - RuleName
    - MqttTopic
    type: string
  RoleArn:
    description: AWS role ARN that grants access
    maxLength: 2048
    minLength: 20
    type: string
  Tags:
    description: A list of key-value pairs that contain metadata for the destination.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 127
          minLength: 1
          type: string
        Value:
          maxLength: 255
          minLength: 1
          type: string
      type: object
    maxItems: 200
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - iotwireless:UpdateDestination, iotwireless:UntagResource, iotwireless:ListTagsForResource