Interface CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty.Jsii$Proxy
Enclosing class:
CfnClientVpnEndpoint

@Stability(Stable) public static interface CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty extends software.amazon.jsii.JsiiSerializable
Information about the client certificate to be used for authentication.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 CertificateAuthenticationRequestProperty certificateAuthenticationRequestProperty = CertificateAuthenticationRequestProperty.builder()
         .clientRootCertificateChainArn("clientRootCertificateChainArn")
         .build();
 

See Also: