awscc.networkmanager_device

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - networkmanager:DeleteDevice

update

Parent base class for filters and actions.

definitions:
  Location:
    additionalProperties: false
    description: The site location.
    properties:
      Address:
        description: The physical address.
        type: string
      Latitude:
        description: The latitude.
        type: string
      Longitude:
        description: The longitude.
        type: string
    type: object
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a device resource.
    properties:
      Key:
        type: string
      Value:
        type: string
    type: object
properties:
  Description:
    description: The description of the device.
    type: string
  Location:
    additionalProperties: false
    description: The site location.
    properties:
      Address:
        description: The physical address.
        type: string
      Latitude:
        description: The latitude.
        type: string
      Longitude:
        description: The longitude.
        type: string
    type: object
  Model:
    description: The device model
    type: string
  SerialNumber:
    description: The device serial number.
    type: string
  SiteId:
    description: The site ID.
    type: string
  Tags:
    description: The tags for the device.
    items:
      additionalProperties: false
      description: A key-value pair to associate with a device resource.
      properties:
        Key:
          type: string
        Value:
          type: string
      type: object
    type: array
  Type:
    description: The device type.
    type: string
  Vendor:
    description: The device vendor.
    type: string
  type:
    enum:
    - update

Permissions - networkmanager:UpdateDevice, networkmanager:ListTagsForResource, networkmanager:TagResource, networkmanager:UntagResource