aws.aiops-investigation-group

AWS AIOps Investigation Group

example:

Find investigation groups not using a customer managed KMS key:

policies:
  - name: aiops-investigation-group-no-cmk
    resource: aws.aiops-investigation-group
    filters:
      - type: value
        key: encryptionConfiguration.type
        value: AWS_OWNED_KEY

Filters

Actions

delete

Delete an investigation group.

example:

policies:
  - name: aiops-delete-untagged-investigation-groups
    resource: aws.aiops-investigation-group
    filters:
      - 'tag:Owner': absent
    actions:
      - type: delete
properties:
  type:
    enum:
    - delete
required:
- type

Permissions - aiops:DeleteInvestigationGroup