@Stability(value=Stable)
public static interface CfnVirtualNode.ListenerTlsFileCertificateProperty
extends software.amazon.jsii.JsiiSerializable
The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
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.appmesh.*;
ListenerTlsFileCertificateProperty listenerTlsFileCertificateProperty = ListenerTlsFileCertificateProperty.builder()
.certificateChain("certificateChain")
.privateKey("privateKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualNode.ListenerTlsFileCertificateProperty.Builder
A builder for
CfnVirtualNode.ListenerTlsFileCertificateProperty |
static class |
CfnVirtualNode.ListenerTlsFileCertificateProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.ListenerTlsFileCertificateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualNode.ListenerTlsFileCertificateProperty.Builder |
builder() |
String |
getCertificateChain()
The certificate chain for the certificate.
|
String |
getPrivateKey()
The private key for a certificate stored on the file system of the virtual node that the proxy is running on.
|
@Stability(value=Stable) @NotNull String getCertificateChain()
@Stability(value=Stable) @NotNull String getPrivateKey()
@Stability(value=Stable) static CfnVirtualNode.ListenerTlsFileCertificateProperty.Builder builder()
Copyright © 2022. All rights reserved.