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
 
Constructs a new access policy condition that performs a boolean comparison.

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

Syntax

C#
public Condition NewCondition(
         String key,
         Boolean value
)

Parameters

key
Type: System.String

The access policy condition key specifying where to get the first boolean value for the comparison (ex: aws:SecureTransport).

value
Type: System.Boolean

The boolean to compare against.

Return Value
Type: Amazon.Auth.AccessControlPolicy.Condition

Version Information

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