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

Policy: AWS > SQS > Trusted Accounts [Default]

List of AWS Account IDs that are trusted for cross-account access.

Note that Trusted Access > Accounts and Trusted Access > Organizations are evaluated independently. To have access, an AWS principal must be allowed in Trusted Access > Accounts AND be a member of an Organization that is allowed in Trusted Access > Organizations.

example: - "013122550996" - "560741234067"

Note: Setting the policy to an Empty array will remove all accounts.

Resource Types

This policy targets the following resource types:

Policy Specification

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

Category

In Your Workspace

Developers