Show / Hide Table of Contents

Class CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextSdsTrustProperty

An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.

Inheritance
object
CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextSdsTrustProperty
Implements
CfnVirtualGatewayPropsMixin.IVirtualGatewayTlsValidationContextSdsTrustProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppMesh
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextSdsTrustProperty : CfnVirtualGatewayPropsMixin.IVirtualGatewayTlsValidationContextSdsTrustProperty
Syntax (vb)
Public Class CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextSdsTrustProperty Implements CfnVirtualGatewayPropsMixin.IVirtualGatewayTlsValidationContextSdsTrustProperty
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-virtualgateway-virtualgatewaytlsvalidationcontextsdstrust.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.CfnPropertyMixins.AWS.AppMesh;

             var virtualGatewayTlsValidationContextSdsTrustProperty = new VirtualGatewayTlsValidationContextSdsTrustProperty {
                 SecretName = "secretName"
             };

Synopsis

Constructors

VirtualGatewayTlsValidationContextSdsTrustProperty()

An object that represents a virtual gateway's listener's 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 virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.

Constructors

VirtualGatewayTlsValidationContextSdsTrustProperty()

An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.

public VirtualGatewayTlsValidationContextSdsTrustProperty()
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-virtualgateway-virtualgatewaytlsvalidationcontextsdstrust.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.CfnPropertyMixins.AWS.AppMesh;

             var virtualGatewayTlsValidationContextSdsTrustProperty = new VirtualGatewayTlsValidationContextSdsTrustProperty {
                 SecretName = "secretName"
             };

Properties

SecretName

A reference to an object that represents the name of the secret for a virtual gateway's 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-virtualgateway-virtualgatewaytlsvalidationcontextsdstrust.html#cfn-appmesh-virtualgateway-virtualgatewaytlsvalidationcontextsdstrust-secretname

Implements

CfnVirtualGatewayPropsMixin.IVirtualGatewayTlsValidationContextSdsTrustProperty
Back to top Generated by DocFX