@Stability(value=Stable)
public static interface CfnVirtualNode.TlsValidationContextSdsTrustProperty
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.*; TlsValidationContextSdsTrustProperty tlsValidationContextSdsTrustProperty = TlsValidationContextSdsTrustProperty.builder() .secretName("secretName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualNode.TlsValidationContextSdsTrustProperty.Builder
A builder for
CfnVirtualNode.TlsValidationContextSdsTrustProperty |
static class |
CfnVirtualNode.TlsValidationContextSdsTrustProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.TlsValidationContextSdsTrustProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualNode.TlsValidationContextSdsTrustProperty.Builder |
builder() |
String |
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.
|
@Stability(value=Stable) @NotNull String getSecretName()
@Stability(value=Stable) static CfnVirtualNode.TlsValidationContextSdsTrustProperty.Builder builder()
Copyright © 2023. All rights reserved.