Interface CfnVirtualNodePropsMixin.TlsValidationContextFileTrustProperty

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

@Stability(Stable) public static interface CfnVirtualNodePropsMixin.TlsValidationContextFileTrustProperty 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.cfnpropertymixins.services.appmesh.*;
 TlsValidationContextFileTrustProperty tlsValidationContextFileTrustProperty = TlsValidationContextFileTrustProperty.builder()
         .certificateChain("certificateChain")
         .build();
 

See Also: