AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::ClientVpnEndpoint

EC2 ClientVpnEndpoint

Resource Type definition for AWS::EC2::ClientVpnEndpoint

Properties

20 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AuthenticationOptions
Array<ClientAuthenticationRequest>
RequiredCreate-only
ConnectionLogOptions
ConnectionLogOptions
Required
ServerCertificateArn
string
Required
ClientCidrBlock
string
Create-only
ClientConnectOptions
ClientConnectOptions
ClientLoginBannerOptions
ClientLoginBannerOptions
ClientRouteEnforcementOptions
ClientRouteEnforcementOptions
Description
string
DisconnectOnSessionTimeout
boolean
DnsServers
Array<string>
EndpointIpAddressType
string
Create-only
SecurityGroupIds
Array<string>
SelfServicePortal
string
SessionTimeoutHours
integer
SplitTunnel
boolean
TagSpecifications
Array<TagSpecification>
Create-only
TrafficIpAddressType
string
Create-only
TransportProtocol
string
Create-only
VpcId
string
VpnPort
integer

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::ClientVpnEndpoint

Resources:
  MyResource:
    Type: AWS::EC2::ClientVpnEndpoint
    Properties:
      ConnectionLogOptions: "value"
      AuthenticationOptions: []
      ServerCertificateArn: "arn:aws:service:region:account:resource"
      Description: !Ref "AWS::StackName"

Get the EC2 Cheat Sheet

Everything you need to know about EC2 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceEC2
Properties21
Required3
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TransportProtocolClientCidrBlockTagSpecificationsAuthenticationOptionsEndpointIpAddressTypeTrafficIpAddressType

External Links