aws-cdk-lib.aws_ec2.CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty

interface CertificateAuthenticationRequestProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnClientVpnEndpoint_CertificateAuthenticationRequestProperty
Javasoftware.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty
Pythonaws_cdk.aws_ec2.CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnClientVpnEndpoint » CertificateAuthenticationRequestProperty

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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const certificateAuthenticationRequestProperty: ec2.CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty = {
  clientRootCertificateChainArn: 'clientRootCertificateChainArn',
};

Properties

NameTypeDescription
clientRootCertificateChainArnstringThe ARN of the client certificate.

clientRootCertificateChainArn

Type: string

The ARN of the client certificate.

The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM).