Mods
AWS

Policy: AWS > Lambda > Function > Policy > Trusted Access > Services

List of AWS Services that are trusted for access in the AWS Lambda function policy.

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:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Packs

This policy setting is used by the following policy packs:

Policy Specification

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

Category

In Your Workspace

Developers