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

Copyright(c) 2013-2015 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.GetGroupPolicy

Contents

Description

Retrieves the specified inline policy document that is embedded in the specified group.

A group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use GetPolicy to determine the policy's default version, then use GetPolicyVersion to retrieve the policy document.

For more information about policies, refer to Managed Policies and Inline Policies in the IAM User Guide.

See: AWS API Reference for GetGroupPolicy.

Synopsis

Creating a Request

getGroupPolicy Source

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

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

Request Lenses

ggpGroupName :: Lens' GetGroupPolicy Text Source

The name of the group the policy is associated with.

ggpPolicyName :: Lens' GetGroupPolicy Text Source

The name of the policy document to get.

Destructuring the Response

getGroupPolicyResponse Source

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

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

Response Lenses

ggprsGroupName :: Lens' GetGroupPolicyResponse Text Source

The group the policy is associated with.