public static interface CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty
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.*; VirtualGatewayListenerTlsAcmCertificateProperty virtualGatewayListenerTlsAcmCertificateProperty = VirtualGatewayListenerTlsAcmCertificateProperty.builder() .certificateArn("certificateArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty.Builder
|
static class |
CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty.Builder |
builder() |
java.lang.String |
getCertificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
java.lang.String getCertificateArn()
The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .