Interface CfnVirtualNode.TlsValidationContextSdsTrustProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualNode.TlsValidationContextSdsTrustProperty.Jsii$Proxy
- Enclosing class:
- CfnVirtualNode
@Stability(Stable)
public static interface CfnVirtualNode.TlsValidationContextSdsTrustProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
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.*;
TlsValidationContextSdsTrustProperty tlsValidationContextSdsTrustProperty = TlsValidationContextSdsTrustProperty.builder()
.secretName("secretName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVirtualNode.TlsValidationContextSdsTrustPropertystatic final classAn implementation forCfnVirtualNode.TlsValidationContextSdsTrustProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.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 for a Transport Layer Security (TLS) Secret Discovery Service validation context trust. -
builder
-