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 the source IP address of the incoming request to an AWS service against the specified CIDR range. When the condition evaluates to true (i.e. when the incoming source IP address is within the CIDR range or not) depends on the specified IpAddressComparisonType.

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

Syntax

C#
public Condition NewCondition(
         ConditionFactory.IpAddressComparisonType type,
         String ipAddressRange
)

Parameters

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

The type of comparison to to perform.

ipAddressRange
Type: System.String

The CIDR IP range involved in the policy condition.

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