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 4.5
 
Constructs a new AWS access control policy condition that allows an access control statement to restrict subscriptions to an Amazon SNS topic based on the protocol being used for the subscription. For example, this condition can restrict subscriptions to a topic to endpoints using HTTPS to ensure that messages are securely delivered.

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

Syntax

C#
public Condition NewProtocolCondition(
         String protocol
)

Parameters

protocol
Type: System.String

The protocol against which to compare the requested protocol for an Amazon SNS topic subscription.

Return Value
Type: Amazon.Auth.AccessControlPolicy.Condition
A new access control policy condition that compares the notification protocol requested in a request to subscribe to an Amazon SNS topic with the protocol value specified.

Version Information

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