aws-cdk-lib.aws_appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty

interface VirtualGatewayListenerTlsAcmCertificateProperty

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

An object that represents an AWS Certificate Manager certificate.

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 virtualGatewayListenerTlsAcmCertificateProperty: appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty = {
  certificateArn: 'certificateArn',
};

Properties

NameTypeDescription
certificateArnstringThe Amazon Resource Name (ARN) for the certificate.

certificateArn

Type: string

The Amazon Resource Name (ARN) for the certificate.

The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .