AWS::EC2::ClientVpnEndpoint ClientAuthenticationRequest - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EC2::ClientVpnEndpoint ClientAuthenticationRequest

Describes the authentication method to be used by a Client VPN endpoint. For more information, see Authentication in the AWS Client VPN Administrator Guide.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

ActiveDirectory

Information about the Active Directory to be used, if applicable. You must provide this information if Type is directory-service-authentication.

Required: No

Type: DirectoryServiceAuthenticationRequest

Update requires: Replacement

FederatedAuthentication

Information about the IAM SAML identity provider, if applicable.

Required: No

Type: FederatedAuthenticationRequest

Update requires: Replacement

MutualAuthentication

Information about the authentication certificates to be used, if applicable. You must provide this information if Type is certificate-authentication.

Required: No

Type: CertificateAuthenticationRequest

Update requires: Replacement

Type

The type of client authentication to be used.

Required: Yes

Type: String

Allowed values: certificate-authentication | directory-service-authentication | federated-authentication

Update requires: Replacement