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

Policy: AWS > SQS > Trusted Services [Default]

List of AWS service principals that users may share resources with.

example: - sns.amazonaws.com - ec2.amazonaws.com

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

Resource Types

This policy targets the following resource types:

Policy Specification

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

Category

In Your Workspace

Developers