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

Policy: AWS > Turbot > Event Handlers > Events > Rules > Event Sources > @turbot/aws-organizations

AWS Organizations CloudWatch Events event sources for the Guardrails Event Handlers.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Policy Specification

Schema Type
array
Default template
{% if ($.account.Id === $.account.MasterAccountId) and ($.region.Name === "us-east-1") %}"aws.organizations"{% else %}[]{% endif %}
Default template input
|
{
account {
Id: get(path: "Id")
MasterAccountId: get(path: "Organization.MasterAccountId")
}
region {
Name: get(path: "Name")
}
}

Category

In Your Workspace

Developers