| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.GetContextKeysForCustomPolicy
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.
- getContextKeysForCustomPolicy :: GetContextKeysForCustomPolicy
- data GetContextKeysForCustomPolicy
- gckfcpPolicyInputList :: Lens' GetContextKeysForCustomPolicy [Text]
- getContextKeysForPolicyResponse :: GetContextKeysForPolicyResponse
- data GetContextKeysForPolicyResponse
- gckfpContextKeyNames :: Lens' GetContextKeysForPolicyResponse [Text]
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:
data GetContextKeysForCustomPolicy Source
See: getContextKeysForCustomPolicy smart constructor.
Instances
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:
data GetContextKeysForPolicyResponse Source
Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request.
See: getContextKeysForPolicyResponse smart constructor.
Instances
Response Lenses
gckfpContextKeyNames :: Lens' GetContextKeysForPolicyResponse [Text] Source
The list of context keys that are used in the Condition elements of
the input policies.