aws-cdk-lib.aws_elasticloadbalancingv2.CfnListenerCertificate.CertificateProperty

interface CertificateProperty

LanguageType name
.NETAmazon.CDK.AWS.ElasticLoadBalancingV2.CfnListenerCertificate.CertificateProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#CfnListenerCertificate_CertificateProperty
Javasoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerCertificate.CertificateProperty
Pythonaws_cdk.aws_elasticloadbalancingv2.CfnListenerCertificate.CertificateProperty
TypeScript aws-cdk-lib » aws_elasticloadbalancingv2 » CfnListenerCertificate » CertificateProperty

Specifies an SSL server certificate for the certificate list of a secure listener.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticloadbalancingv2 as elbv2 } from 'aws-cdk-lib';
const certificateProperty: elbv2.CfnListenerCertificate.CertificateProperty = {
  certificateArn: 'certificateArn',
};

Properties

NameTypeDescription
certificateArn?stringThe Amazon Resource Name (ARN) of the certificate.

certificateArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the certificate.