@Stability(value=Stable)
public static interface CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CertificateAuthenticationRequestProperty certificateAuthenticationRequestProperty = CertificateAuthenticationRequestProperty.builder()
.clientRootCertificateChainArn("clientRootCertificateChainArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty.Builder
|
static class |
CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty.Jsii$Proxy
An implementation for
CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty.Builder |
builder() |
String |
getClientRootCertificateChainArn()
The ARN of the client certificate.
|
@Stability(value=Stable) @NotNull String getClientRootCertificateChainArn()
The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM).
@Stability(value=Stable) static CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.