@Stability(value=Stable)
public static interface CfnVirtualNode.ListenerTlsSdsCertificateProperty
extends software.amazon.jsii.JsiiSerializable
The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
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.*;
ListenerTlsSdsCertificateProperty listenerTlsSdsCertificateProperty = ListenerTlsSdsCertificateProperty.builder()
.secretName("secretName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualNode.ListenerTlsSdsCertificateProperty.Builder
A builder for
CfnVirtualNode.ListenerTlsSdsCertificateProperty |
static class |
CfnVirtualNode.ListenerTlsSdsCertificateProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.ListenerTlsSdsCertificateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualNode.ListenerTlsSdsCertificateProperty.Builder |
builder() |
String |
getSecretName()
A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
|
@Stability(value=Stable) @NotNull String getSecretName()
@Stability(value=Stable) static CfnVirtualNode.ListenerTlsSdsCertificateProperty.Builder builder()
Copyright © 2022. All rights reserved.