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:
JSON
{ "ActiveDirectory" :DirectoryServiceAuthenticationRequest, "FederatedAuthentication" :FederatedAuthenticationRequest, "MutualAuthentication" :CertificateAuthenticationRequest, "Type" :String}
YAML
ActiveDirectory:DirectoryServiceAuthenticationRequestFederatedAuthentication:FederatedAuthenticationRequestMutualAuthentication:CertificateAuthenticationRequestType:String
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-authenticationUpdate requires: Replacement
Warning Javascript is disabled or is unavailable in your browser.
To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.