awscc.iot_fleetmetric

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iot:DeleteFleetMetric

update

Parent base class for filters and actions.

definitions:
  AggregationType:
    additionalProperties: false
    description: Aggregation types supported by Fleet Indexing
    properties:
      Name:
        description: Fleet Indexing aggregation type names such as Statistics, Percentiles
          and Cardinality
        type: string
      Values:
        description: Fleet Indexing aggregation type values
        insertionOrder: false
        items:
          type: string
        type: array
    required:
    - Name
    - Values
    type: object
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource
    properties:
      Key:
        description: The tag's key
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: The tag's value
        maxLength: 256
        minLength: 1
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  AggregationField:
    description: The aggregation field to perform aggregation and metric emission
    type: string
  AggregationType:
    additionalProperties: false
    description: Aggregation types supported by Fleet Indexing
    properties:
      Name:
        description: Fleet Indexing aggregation type names such as Statistics, Percentiles
          and Cardinality
        type: string
      Values:
        description: Fleet Indexing aggregation type values
        insertionOrder: false
        items:
          type: string
        type: array
    required:
    - Name
    - Values
    type: object
  Description:
    description: The description of a fleet metric
    type: string
  IndexName:
    description: The index name of a fleet metric
    type: string
  Period:
    description: The period of metric emission in seconds
    type: integer
  QueryString:
    description: The Fleet Indexing query used by a fleet metric
    type: string
  QueryVersion:
    description: The version of a Fleet Indexing query used by a fleet metric
    type: string
  Tags:
    description: An array of key-value pairs to apply to this resource
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource
      properties:
        Key:
          description: The tag's key
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: The tag's value
          maxLength: 256
          minLength: 1
          type: string
      required:
      - Value
      - Key
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  Unit:
    description: The unit of data points emitted by a fleet metric
    type: string
  type:
    enum:
    - update

Permissions - iot:UpdateFleetMetric, iot:ListTagsForResource, iot:UntagResource, iot:TagResource