Show / Hide Table of Contents

Class CfnVirtualNode.TlsValidationContextSdsTrustProperty

An object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.

Inheritance
object
CfnVirtualNode.TlsValidationContextSdsTrustProperty
Implements
CfnVirtualNode.ITlsValidationContextSdsTrustProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVirtualNode.TlsValidationContextSdsTrustProperty : CfnVirtualNode.ITlsValidationContextSdsTrustProperty
Syntax (vb)
Public Class CfnVirtualNode.TlsValidationContextSdsTrustProperty Implements CfnVirtualNode.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextsdstrust.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 tlsValidationContextSdsTrustProperty = new TlsValidationContextSdsTrustProperty {
                 SecretName = "secretName"
             };

Synopsis

Constructors

TlsValidationContextSdsTrustProperty()

An object that represents 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.

Constructors

TlsValidationContextSdsTrustProperty()

An object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.

public TlsValidationContextSdsTrustProperty()
Remarks

The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextsdstrust.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 tlsValidationContextSdsTrustProperty = new TlsValidationContextSdsTrustProperty {
                 SecretName = "secretName"
             };

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.

public string SecretName { get; set; }
Property Value

string

Remarks

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

Implements

CfnVirtualNode.ITlsValidationContextSdsTrustProperty
Back to top Generated by DocFX