Interface CfnVirtualNode.ITlsValidationContextSdsTrustProperty
An object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITlsValidationContextSdsTrustProperty
Syntax (vb)
Public Interface ITlsValidationContextSdsTrustProperty
Remarks
The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
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 tlsValidationContextSdsTrustProperty = new TlsValidationContextSdsTrustProperty {
SecretName = "secretName"
};
Synopsis
Properties
SecretName | A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust. |
Properties
SecretName
A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
string SecretName { get; }
Property Value
System.String