awscc.iot_custommetric

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iot:DescribeCustomMetric, iot:DeleteCustomMetric

update

Parent base class for filters and actions.

definitions:
  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:
  DisplayName:
    description: Field represents a friendly name in the console for the custom metric;
      it doesn't have to be unique. Don't use this name as the metric identifier in
      the device metric report. Can be updated once defined.
    maxLength: 128
    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
  type:
    enum:
    - update

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