awscc.iotsitewise_project

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iotsitewise:DeleteProject

update

Parent base class for filters and actions.

definitions:
  AssetId:
    description: The ID of the asset
    type: string
  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:
  AssetIds:
    description: The IDs of the assets to be associated to the project.
    items:
      description: The ID of the asset
      type: string
    type: array
    uniqueItems: true
  ProjectDescription:
    description: A description for the project.
    type: string
  ProjectName:
    description: A friendly name for the project.
    type: string
  Tags:
    description: A list of key-value pairs that contain metadata for the project.
    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:DescribeProject, iotsitewise:UpdateProject, iotsitewise:BatchAssociateProjectAssets, iotsitewise:BatchDisAssociateProjectAssets, iotsitewise:ListProjectAssets, iotsitewise:TagResource, iotsitewise:UntagResource, iotsitewise:ListTagsForResource