@Stability(value=Stable)
public static interface CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
VirtualGatewayListenerTlsSdsCertificateProperty virtualGatewayListenerTlsSdsCertificateProperty = VirtualGatewayListenerTlsSdsCertificateProperty.builder()
.secretName("secretName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty.Builder
|
static class |
CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty.Builder |
builder() |
String |
getSecretName()
A reference to an object that represents the name of the secret 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 CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty.Builder builder()
Copyright © 2022. All rights reserved.