Interface CfnVirtualGateway.IVirtualGatewayListenerTlsSdsCertificateProperty
An object that represents the virtual gateway's listener's Secret Discovery Service certificate.The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualGatewayListenerTlsSdsCertificateProperty
Syntax (vb)
Public Interface IVirtualGatewayListenerTlsSdsCertificateProperty
Remarks
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 virtualGatewayListenerTlsSdsCertificateProperty = new VirtualGatewayListenerTlsSdsCertificateProperty {
SecretName = "secretName"
};
Synopsis
Properties
SecretName | A reference to an object that represents the name of the secret secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain. |
Properties
SecretName
A reference to an object that represents the name of the secret secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
string SecretName { get; }
Property Value
System.String