Show / Hide Table of Contents

Class CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty

Information about the client certificate to be used for authentication.

Inheritance
object
CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty
Implements
CfnClientVpnEndpoint.ICertificateAuthenticationRequestProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

ClientRootCertificateChainArn

The ARN of the client certificate.

public string ClientRootCertificateChainArn { get; set; }
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

Implements

CfnClientVpnEndpoint.ICertificateAuthenticationRequestProperty
Back to top Generated by DocFX