public static interface CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty
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.*; VirtualGatewayTlsValidationContextFileTrustProperty virtualGatewayTlsValidationContextFileTrustProperty = VirtualGatewayTlsValidationContextFileTrustProperty.builder() .certificateChain("certificateChain") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty.Builder
|
static class |
CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty.Builder |
builder() |
java.lang.String |
getCertificateChain()
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
|