stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.IAMPolicies

Description

Policies is a property of the AWS::IAM::Role, AWS::IAM::Group, and AWS::IAM::User resources. The Policies property describes what actions are allowed on what resources. For more information about IAM policies, see Overview of Policies in IAM User Guide.

Synopsis

Documentation

data IAMPolicies Source

Full data type definition for IAMPolicies. See iamPolicies for a more convenient constructor.

iamPolicies Source

Constructor for IAMPolicies containing required fields as arguments.

iampPolicyDocument :: Lens' IAMPolicies Object Source

A policy document that describes what actions are allowed on which resources.

iampPolicyName :: Lens' IAMPolicies (Val Text) Source

The name of the policy.