Class ClientVpnEndpointAttributes
Attributes when importing an existing client VPN endpoint.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ClientVpnEndpointAttributes : Object, IClientVpnEndpointAttributes
Syntax (vb)
Public Class ClientVpnEndpointAttributes
Inherits Object
Implements IClientVpnEndpointAttributes
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
SecurityGroup securityGroup;
var clientVpnEndpointAttributes = new ClientVpnEndpointAttributes {
EndpointId = "endpointId",
SecurityGroups = new [] { securityGroup }
};
Synopsis
Constructors
Client |
Properties
Endpoint |
The endpoint ID. |
Security |
The security groups associated with the endpoint. |
Constructors
ClientVpnEndpointAttributes()
public ClientVpnEndpointAttributes()
Properties
EndpointId
The endpoint ID.
public string EndpointId { get; set; }
Property Value
System.
SecurityGroups
The security groups associated with the endpoint.
public ISecurityGroup[] SecurityGroups { get; set; }
Property Value