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