Interface CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty.Jsii$Proxy
Enclosing class:
CfnVirtualGateway

@Stability(Stable) public static interface CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty extends software.amazon.jsii.JsiiSerializable
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.

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();