Interface CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextFileTrustProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextFileTrustProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualGatewayPropsMixin
@Stability(Stable)
public static interface CfnVirtualGatewayPropsMixin.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.mixins.preview.services.appmesh.mixins.*;
VirtualGatewayTlsValidationContextFileTrustProperty virtualGatewayTlsValidationContextFileTrustProperty = VirtualGatewayTlsValidationContextFileTrustProperty.builder()
.certificateChain("certificateChain")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextFileTrustProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateChain
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.- See Also:
-
builder
@Stability(Stable) static CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextFileTrustProperty.Builder builder()
-