Interface CfnVirtualNode.ListenerTlsSdsCertificateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualNode.ListenerTlsSdsCertificateProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualNode
@Stability(Stable)
public static interface CfnVirtualNode.ListenerTlsSdsCertificateProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents the listener's Secret Discovery Service certificate.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVirtualNode.ListenerTlsSdsCertificateProperty
static final class
An implementation forCfnVirtualNode.ListenerTlsSdsCertificateProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.- See Also:
-
builder
-