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

Policy: AWS > Turbot > Permissions > Lockdown > Regions

Define a list of regions to which API calls can be made. Any API to any region that does not appear in this list will be explicitly denied. The '*' wildcard may be used in these values.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Policy Specification

Default template
{% if $.regions.value | length == 0 %} [] {% endif %}{% for item in $.regions.value %}- '{{ item }}'{{ '
' }}{% endfor %}
Default template input
|
{
regions: policyValue(uri:"tmod:@turbot/aws#/policy/types/approvedRegionsDefault") {
value
}
}

Category

In Your Workspace

Developers