AWS::EC2::ClientVpnEndpointResource Type definition for AWS::EC2::ClientVpnEndpoint
20 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
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"Everything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TransportProtocolClientCidrBlockTagSpecificationsAuthenticationOptionsEndpointIpAddressTypeTrafficIpAddressType