Class CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty
Information about the client certificate to be used for authentication.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty : CfnClientVpnEndpoint.ICertificateAuthenticationRequestProperty
Syntax (vb)
Public Class CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty Implements CfnClientVpnEndpoint.ICertificateAuthenticationRequestProperty
Remarks
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
Constructors
| CertificateAuthenticationRequestProperty() | Information about the client certificate to be used for authentication. |
Properties
| ClientRootCertificateChainArn | The ARN of the client certificate. |
Constructors
CertificateAuthenticationRequestProperty()
Information about the client certificate to be used for authentication.
public CertificateAuthenticationRequestProperty()
Remarks
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"
};
Properties
ClientRootCertificateChainArn
The ARN of the client certificate.
public string ClientRootCertificateChainArn { get; set; }
Property Value
Remarks
The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).