awscc.iotsitewise_dashboard

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iotsitewise:DeleteDashboard

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: To add or update tag, provide both key and value. To delete tag,
      provide only tag key to be deleted
    properties:
      Key:
        type: string
      Value:
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  DashboardDefinition:
    description: The dashboard definition specified in a JSON literal.
    type: string
  DashboardDescription:
    description: A description for the dashboard.
    type: string
  DashboardName:
    description: A friendly name for the dashboard.
    type: string
  Tags:
    description: A list of key-value pairs that contain metadata for the dashboard.
    insertionOrder: false
    items:
      additionalProperties: false
      description: To add or update tag, provide both key and value. To delete tag,
        provide only tag key to be deleted
      properties:
        Key:
          type: string
        Value:
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
    uniqueItems: false
  type:
    enum:
    - update

Permissions - iotsitewise:DescribeDashboard, iotsitewise:UpdateDashboard, iotsitewise:TagResource, iotsitewise:UntagResource, iotsitewise:ListTagsForResource, iotsitewise:DescribeAsset, iotsitewise:DescribeAssetModel