public static interface CfnVirtualNode.TlsValidationContextFileTrustProperty
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.*; TlsValidationContextFileTrustProperty tlsValidationContextFileTrustProperty = TlsValidationContextFileTrustProperty.builder() .certificateChain("certificateChain") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualNode.TlsValidationContextFileTrustProperty.Builder
A builder for
CfnVirtualNode.TlsValidationContextFileTrustProperty |
static class |
CfnVirtualNode.TlsValidationContextFileTrustProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.TlsValidationContextFileTrustProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualNode.TlsValidationContextFileTrustProperty.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.
|