aws-cdk-lib.aws_appmesh.CfnVirtualNode.ListenerTlsSdsCertificateProperty

interface ListenerTlsSdsCertificateProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnVirtualNode.ListenerTlsSdsCertificateProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_ListenerTlsSdsCertificateProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnVirtualNode.ListenerTlsSdsCertificateProperty
Pythonaws_cdk.aws_appmesh.CfnVirtualNode.ListenerTlsSdsCertificateProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnVirtualNode » ListenerTlsSdsCertificateProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const listenerTlsSdsCertificateProperty: appmesh.CfnVirtualNode.ListenerTlsSdsCertificateProperty = {
  secretName: 'secretName',
};

Properties

NameTypeDescription
secretNamestringA 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.

secretName

Type: string

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.