Show / Hide Table of Contents

Interface CfnClientVpnEndpoint.ICertificateAuthenticationRequestProperty

Information about the client certificate to be used for authentication.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnClientVpnEndpoint.ICertificateAuthenticationRequestProperty
Syntax (vb)
Public Interface CfnClientVpnEndpoint.ICertificateAuthenticationRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-certificateauthenticationrequest.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var certificateAuthenticationRequestProperty = new CertificateAuthenticationRequestProperty {
                 ClientRootCertificateChainArn = "clientRootCertificateChainArn"
             };

Synopsis

Properties

ClientRootCertificateChainArn

The ARN of the client certificate.

Properties

ClientRootCertificateChainArn

The ARN of the client certificate.

string ClientRootCertificateChainArn { get; }
Property Value

string

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-certificateauthenticationrequest.html#cfn-ec2-clientvpnendpoint-certificateauthenticationrequest-clientrootcertificatechainarn

Back to top Generated by DocFX