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 compares two numbers.

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

Syntax

C#
public Condition NewCondition(
         ConditionFactory.NumericComparisonType type,
         String key,
         String value
)

Parameters

type
Type: Amazon.Auth.AccessControlPolicy.ConditionFactory.NumericComparisonType

The type of comparison to perform.

key
Type: System.String

The access policy condition key specifying where to get the first number for the comparison.

value
Type: System.String

The second number 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