AWS SDK for .NET Documentation
ConditionKey Property
AmazonAmazon.Auth.AccessControlPolicyConditionConditionKey Did this page help you?   Yes   No    Tell us about it...
Gets and Sets the name of the condition key involved in this condition. Condition keys are predefined values supported by AWS that provide input to a condition's evaluation, such as the current time, or the IP address of the incoming request.

Your policy is evaluated for each incoming request, and condition keys specify what information to pull out of those incoming requests and plug into the conditions in your policy.

Declaration Syntax
C#
public string ConditionKey { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)