Mods
AWS

Policy: AWS > S3 > Bucket > Policy > Trusted Access > Identity Providers

List of Identity Providers that are trusted for cross-account access in the AWS S3 bucket policy.

example: - www.google.com - www.facebook.com Note: Setting the policy to an Empty array will remove all identity providers.

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 $.identityProviders | length == 0 %}[]{% endif %}{% for item in $.identityProviders %}- '{{ item }}'
{% endfor %}
Default template input
|
{
identityProviders: policy(uri: "tmod:@turbot/aws-s3#/policy/types/s3PolicyTrustedIdentityProviders")
}

Category

In Your Workspace

Developers