awscc.iotsitewise_asset

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iotsitewise:DeleteAsset, iotsitewise:DescribeAsset, iotsitewise:DescribeAssetModel, iotsitewise:DisassociateAssets, iotsitewise:ListAssociatedAssets, iotsitewise:ListTagsForResource

update

Parent base class for filters and actions.

definitions:
  AssetHierarchy:
    additionalProperties: false
    description: A hierarchy specifies allowed parent/child asset relationships.
    properties:
      ChildAssetId:
        description: The ID of the child asset to be associated.
        type: string
      LogicalId:
        description: The LogicalID of a hierarchy in the parent asset's model.
        maxLength: 256
        minLength: 1
        pattern: '[^\u0000-\u001F\u007F]+'
        type: string
    required:
    - LogicalId
    - ChildAssetId
    type: object
  AssetProperty:
    additionalProperties: false
    description: The asset property's definition, alias, and notification state.
    properties:
      Alias:
        description: The property alias that identifies the property.
        type: string
      LogicalId:
        description: Customer provided ID for property.
        maxLength: 256
        minLength: 1
        pattern: '[^\u0000-\u001F\u007F]+'
        type: string
      NotificationState:
        description: The MQTT notification state (ENABLED or DISABLED) for this asset
          property.
        enum:
        - ENABLED
        - DISABLED
        type: string
    required:
    - LogicalId
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        type: string
      Value:
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  AssetHierarchies:
    insertionOrder: false
    items:
      additionalProperties: false
      description: A hierarchy specifies allowed parent/child asset relationships.
      properties:
        ChildAssetId:
          description: The ID of the child asset to be associated.
          type: string
        LogicalId:
          description: The LogicalID of a hierarchy in the parent asset's model.
          maxLength: 256
          minLength: 1
          pattern: '[^\u0000-\u001F\u007F]+'
          type: string
      required:
      - LogicalId
      - ChildAssetId
      type: object
    type: array
  AssetModelId:
    description: The ID of the asset model from which to create the asset.
    type: string
  AssetName:
    description: A unique, friendly name for the asset.
    type: string
  AssetProperties:
    insertionOrder: false
    items:
      additionalProperties: false
      description: The asset property's definition, alias, and notification state.
      properties:
        Alias:
          description: The property alias that identifies the property.
          type: string
        LogicalId:
          description: Customer provided ID for property.
          maxLength: 256
          minLength: 1
          pattern: '[^\u0000-\u001F\u007F]+'
          type: string
        NotificationState:
          description: The MQTT notification state (ENABLED or DISABLED) for this
            asset property.
          enum:
          - ENABLED
          - DISABLED
          type: string
      required:
      - LogicalId
      type: object
    type: array
  Tags:
    description: A list of key-value pairs that contain metadata for the asset.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          type: string
        Value:
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: false
  type:
    enum:
    - update

Permissions - iotsitewise:AssociateAssets, iotsitewise:DescribeAsset, iotsitewise:DescribeAssetModel, iotsitewise:DisassociateAssets, iotsitewise:ListAssociatedAssets, iotsitewise:ListTagsForResource, iotsitewise:TagResource, iotsitewise:UpdateAsset, iotsitewise:UpdateAssetProperty, iotsitewise:UntagResource