Show / Hide Table of Contents

Class CfnVirtualNode.ListenerTlsSdsCertificateProperty

An object that represents the listener's Secret Discovery Service certificate.

Inheritance
object
CfnVirtualNode.ListenerTlsSdsCertificateProperty
Implements
CfnVirtualNode.IListenerTlsSdsCertificateProperty
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.ListenerTlsSdsCertificateProperty : CfnVirtualNode.IListenerTlsSdsCertificateProperty
Syntax (vb)
Public Class CfnVirtualNode.ListenerTlsSdsCertificateProperty Implements CfnVirtualNode.IListenerTlsSdsCertificateProperty
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-listenertlssdscertificate.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 listenerTlsSdsCertificateProperty = new ListenerTlsSdsCertificateProperty {
                 SecretName = "secretName"
             };

Synopsis

Constructors

ListenerTlsSdsCertificateProperty()

An object that represents the listener's Secret Discovery Service certificate.

Properties

SecretName

A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.

Constructors

ListenerTlsSdsCertificateProperty()

An object that represents the listener's Secret Discovery Service certificate.

public ListenerTlsSdsCertificateProperty()
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-listenertlssdscertificate.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 listenerTlsSdsCertificateProperty = new ListenerTlsSdsCertificateProperty {
                 SecretName = "secretName"
             };

Properties

SecretName

A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.

public string SecretName { get; set; }
Property Value

string

Remarks

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

Implements

CfnVirtualNode.IListenerTlsSdsCertificateProperty
Back to top Generated by DocFX