amazonka-iam-0.0.0: Amazon Identity and Access Management SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.PutGroupPolicy

Contents

Description

Adds (or updates) a policy document associated with the specified group. For information about policies, refer to Overview of Policies in the Using IAM guide. For information about limits on the number of policies you can associate with a group, see Limitations on IAM Entities in the Using IAM guide.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_PutGroupPolicy.html

Synopsis

Request

Request constructor

putGroupPolicy Source

PutGroupPolicy constructor.

The fields accessible through corresponding lenses are:

Request lenses

pgpGroupName :: Lens' PutGroupPolicy Text Source

The name of the group to associate the policy with.

pgpPolicyName :: Lens' PutGroupPolicy Text Source

The name of the policy document.

Response

Response constructor