Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.64 KB

File metadata and controls

40 lines (30 loc) · 1.64 KB

AWS IAM Role Cloudfront Poweruser

This module will create a role which is granted poweruser control over AWS Cloudfront.

Requirements

Name Version
aws < 3.0.0

Providers

Name Version
aws < 3.0.0

Inputs

Name Description Type Default Required
env Env for tagging and naming. See doc string n/a yes
iam_path n/a string "/" no
owner Owner for tagging and naming. See doc string n/a yes
project Project for tagging and naming. See doc string n/a yes
role_name Name of the role to create string n/a yes
s3_bucket_prefixes Limits role permissions to buckets with specific prefixes. Empty for all buckets. list
[
""
]
no
saml_idp_arn The AWS SAML IDP arn to establish a trust relationship. Ignored if empty or not provided. string "" no
service Service for tagging and naming. See doc string n/a yes
source_account_id The source AWS account to establish a trust relationship. Ignored if empty or not provided. DEPRECATED: Please use source_account_ids. string "" no
source_account_ids The source AWS account IDs to establish a trust relationship. Ignored if empty or not provided. set(string) [] no

Outputs

Name Description
role_arn n/a
role_name n/a