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
 
Contains information about a condition context key. It includes the name of the key and specifies the value (or values, if the context key supports multiple values) to use in the simulation. This information is used when evaluating the Condition elements of the input policies.

This data type is used as an input parameter to SimulatePolicy.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.ContextEntry

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

Syntax

C#
public class ContextEntry : Object

The ContextEntry type exposes the following members

Constructors

NameDescription
Public Method ContextEntry()

Properties

NameTypeDescription
Public Property ContextKeyName System.String Gets and sets the property ContextKeyName.

The full name of a condition context key, including the service prefix. For example, aws:SourceIp or s3:VersionId.

Public Property ContextKeyType Amazon.IdentityManagement.ContextKeyTypeEnum Gets and sets the property ContextKeyType.

The data type of the value (or values) specified in the ContextKeyValues parameter.

Public Property ContextKeyValues System.Collections.Generic.List<System.String> Gets and sets the property ContextKeyValues.

The value (or values, if the condition context key supports multiple values) to provide to the simulation for use when the key is referenced by a Condition element in an input policy.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1