Mods

Policy: AWS > CloudFront > Allowed Regions [Default]

A list of AWS regions in which AWS CloudFront resources are allowed for use.

The expected format is an array of regions names. You may use the '*' and '?' wildcard characters.

This policy is the default value for all AWS CloudFront resources' Allowed > Regions policies.

Targets

This policy targets the following resource types:

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/allowedRegionsDefault") {
value
}
}

Category

In Your Workspace

Developers