AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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.

Namespace: Amazon.IdentityManagement
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual GetContextKeysForCustomPolicyResponse GetContextKeysForCustomPolicy(
         GetContextKeysForCustomPolicyRequest request
)

Parameters

request
Type: Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyRequest

Container for the necessary parameters to execute the GetContextKeysForCustomPolicy service method.

Return Value
Type: Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyResponse
The response from the GetContextKeysForCustomPolicy service method, as returned by IdentityManagementService.

Exceptions

ExceptionCondition
InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5