ServiceNow CMDB CI relationship sync: faster, more complete →
Mods
Turbot

Policy: Turbot > Firehose > AWS SNS > Notification Template > Policy Setting Deleted

Template for policy setting deleted events sent via SNS.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Policy Specification

Schema Type
string
Default

{#
  For old policy setting's type, this will fail if the mod is removed, however we can take the optimistic view of most of the time we will
  just remove the policy setting rather than removing the mod.
#}

{% input %}
query notificationGet($id: ID!) {
  notification(id: $id) {
    notificationType
    actor {
      identity {
        picture
        title
        turbot {
          title
          id
        }
      }
    }
    turbot {
      id
      type
      createTimestamp
    }
    oldPolicySetting {
      type {
        title
        uri
        readOnly
        secret
        turbot {
          id
        }
        trunk {
          title
        }
      }
      resource {
        title
        turbot {
          id
        }
      }
      turbot {
        id
      }
    }
  }
}
{% endinput %}

notification: {{ $.notification | dump | safe }}

Category

In Your Workspace

Developers