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.

Container for the parameters to the AuthorizeClientVpnIngress operation. Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in Amazon Web Services or on-premises networks.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.AuthorizeClientVpnIngressRequest

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

Syntax

C#
public class AuthorizeClientVpnIngressRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The AuthorizeClientVpnIngressRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccessGroupId System.String

Gets and sets the property AccessGroupId.

The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group. Required if AuthorizeAllGroups is false or not specified.

Public Property AuthorizeAllGroups System.Boolean

Gets and sets the property AuthorizeAllGroups.

Indicates whether to grant access to all clients. Specify true to grant all clients who successfully establish a VPN connection access to the network. Must be set to true if AccessGroupId is not specified.

Public Property ClientToken System.String

Gets and sets the property ClientToken.

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Public Property ClientVpnEndpointId System.String

Gets and sets the property ClientVpnEndpointId.

The ID of the Client VPN endpoint.

Public Property Description System.String

Gets and sets the property Description.

A brief description of the authorization rule.

Public Property TargetNetworkCidr System.String

Gets and sets the property TargetNetworkCidr.

The IPv4 address range, in CIDR notation, of the network for which access is being authorized.

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