amazonka-iam-1.3.6: 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.GetContextKeysForCustomPolicy

Contents

Description

Gets a list of all of the context keys referenced in Condition elements in the input policies. The policies are supplied as a list of one or more strings. To get the context keys from policies associated with an IAM user, group, or role, use GetContextKeysForPrincipalPolicy.

Context keys are variables maintained by AWS and its services that provide details about the context of an API query request, and can be evaluated by using the Condition element of an IAM policy. Use GetContextKeysForCustomPolicy to understand what key names and values you must supply when you call SimulateCustomPolicy. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request.

See: AWS API Reference for GetContextKeysForCustomPolicy.

Synopsis

Creating a Request

getContextKeysForCustomPolicy :: GetContextKeysForCustomPolicy Source

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

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

Request Lenses

gckfcpPolicyInputList :: Lens' GetContextKeysForCustomPolicy [Text] Source

A list of policies for which you want list of context keys used in Condition elements. Each document is specified as a string containing the complete, valid JSON text of an IAM policy.

Destructuring the Response

getContextKeysForPolicyResponse :: GetContextKeysForPolicyResponse Source

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

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

Response Lenses

gckfpContextKeyNames :: Lens' GetContextKeysForPolicyResponse [Text] Source

The list of context keys that are used in the Condition elements of the input policies.