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

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.PutGroupPolicy

Contents

Description

Adds (or updates) an inline policy document that is embedded in the specified group.

A user can also have managed policies attached to it. To attach a managed policy to a group, use AttachGroupPolicy. To create a new managed policy, use CreatePolicy. For information about policies, refer to Managed Policies and Inline Policies in the IAM User Guide.

For information about limits on the number of inline policies that you can embed in a group, see Limitations on IAM Entities in the IAM User Guide.

Because policy documents can be large, you should use POST rather than GET when calling PutGroupPolicy. For general information about using the Query API with IAM, go to Making Query Requests in the Using IAM guide.

Synopsis

Creating a Request

putGroupPolicy Source

Creates a value of PutGroupPolicy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

putGroupPolicyResponse :: PutGroupPolicyResponse Source

Creates a value of PutGroupPolicyResponse with the minimum fields required to make a request.