public static interface CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty
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() |
java.lang.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.
|