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 control policy condition that compares two strings.

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

Syntax

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

Parameters

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

The type of comparison to perform

key
Type: System.String

The access policy condition key specifying where to get the first string for the comparison (ex: aws:UserAgent).

value
Type: System.String

The second string to compare against. When using StringComparisonType.StringLike or StringComparisonType.StringNotLike this may contain the multi-character wildcard (*) or the single-character wildcard (?).

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