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.

Information about an authorization rule.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.AuthorizationRule

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class AuthorizationRule

The AuthorizationRule type exposes the following members

Constructors

NameDescription
Public Method AuthorizationRule()

Properties

NameTypeDescription
Public Property AccessAll System.Boolean

Gets and sets the property AccessAll.

Indicates whether the authorization rule grants access to all clients.

Public Property ClientVpnEndpointId System.String

Gets and sets the property ClientVpnEndpointId.

The ID of the Client VPN endpoint with which the authorization rule is associated.

Public Property Description System.String

Gets and sets the property Description.

A brief description of the authorization rule.

Public Property DestinationCidr System.String

Gets and sets the property DestinationCidr.

The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.

Public Property GroupId System.String

Gets and sets the property GroupId.

The ID of the Active Directory group to which the authorization rule grants access.

Public Property Status Amazon.EC2.Model.ClientVpnAuthorizationRuleStatus

Gets and sets the property Status.

The current state of the authorization rule.

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