@Stability(value=Stable)
public static interface CfnVirtualGateway.VirtualGatewayTlsValidationContextSdsTrustProperty
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.*;
VirtualGatewayTlsValidationContextSdsTrustProperty virtualGatewayTlsValidationContextSdsTrustProperty = VirtualGatewayTlsValidationContextSdsTrustProperty.builder()
.secretName("secretName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualGateway.VirtualGatewayTlsValidationContextSdsTrustProperty.Builder
|
static class |
CfnVirtualGateway.VirtualGatewayTlsValidationContextSdsTrustProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.VirtualGatewayTlsValidationContextSdsTrustProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualGateway.VirtualGatewayTlsValidationContextSdsTrustProperty.Builder |
builder() |
String |
getSecretName()
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
|
@Stability(value=Stable) @NotNull String getSecretName()
@Stability(value=Stable) static CfnVirtualGateway.VirtualGatewayTlsValidationContextSdsTrustProperty.Builder builder()
Copyright © 2022. All rights reserved.