Show / Hide Table of Contents

Interface CfnVirtualNode.ITlsValidationContextFileTrustProperty

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 CfnVirtualNode.ITlsValidationContextFileTrustProperty
Syntax (vb)
Public Interface CfnVirtualNode.ITlsValidationContextFileTrustProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html

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 tlsValidationContextFileTrustProperty = new TlsValidationContextFileTrustProperty {
                 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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain

Back to top Generated by DocFX