awscc.xray_group

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - xray:DeleteGroup

update

Parent base class for filters and actions.

definitions:
  InsightsConfiguration:
    additionalProperties: false
    properties:
      InsightsEnabled:
        description: Set the InsightsEnabled value to true to enable insights or false
          to disable insights.
        type: boolean
      NotificationsEnabled:
        description: Set the NotificationsEnabled value to true to enable insights
          notifications. Notifications can only be enabled on a group with InsightsEnabled
          set to true.
        type: boolean
    type: object
  Tags:
    items:
      additionalProperties: false
      properties:
        Key:
          type: string
        Value:
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
properties:
  FilterExpression:
    description: The filter expression defining criteria by which to group traces.
    type: string
  GroupName:
    description: The case-sensitive name of the new group. Names must be unique.
    maxLength: 32
    minLength: 1
    type: string
  InsightsConfiguration:
    additionalProperties: false
    properties:
      InsightsEnabled:
        description: Set the InsightsEnabled value to true to enable insights or false
          to disable insights.
        type: boolean
      NotificationsEnabled:
        description: Set the NotificationsEnabled value to true to enable insights
          notifications. Notifications can only be enabled on a group with InsightsEnabled
          set to true.
        type: boolean
    type: object
  Tags:
    items:
      additionalProperties: false
      properties:
        Key:
          type: string
        Value:
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
  type:
    enum:
    - update

Permissions - xray:UpdateGroup