AWS SDK Version 3 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.

Constructs a new access policy condition that performs a boolean comparison.

Namespace: Amazon.Auth.AccessControlPolicy
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

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: Condition

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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