Interface CfnVirtualGateway.IVirtualGatewayTlsValidationContextFileTrustProperty
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualGatewayTlsValidationContextFileTrustProperty
Syntax (vb)
Public Interface IVirtualGatewayTlsValidationContextFileTrustProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var virtualGatewayTlsValidationContextFileTrustProperty = new VirtualGatewayTlsValidationContextFileTrustProperty {
CertificateChain = "certificateChain"
};
Synopsis
Properties
CertificateChain | The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on. |
Properties
CertificateChain
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
string CertificateChain { get; }
Property Value
System.String