interface VirtualGatewayListenerTlsSdsCertificateProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty |
![]() | aws_cdk.aws_appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty |
![]() | @aws-cdk/aws-appmesh » CfnVirtualGateway » VirtualGatewayListenerTlsSdsCertificateProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appmesh from '@aws-cdk/aws-appmesh';
const virtualGatewayListenerTlsSdsCertificateProperty: appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsSdsCertificateProperty = {
secretName: 'secretName',
};
Properties
Name | Type | Description |
---|---|---|
secret | string | 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. |
secretName
Type:
string
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.