interface CertificateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFront.CfnDistributionTenant.CertificateProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnDistributionTenant_CertificateProperty |
Java | software.amazon.awscdk.services.cloudfront.CfnDistributionTenant.CertificateProperty |
Python | aws_cdk.aws_cloudfront.CfnDistributionTenant.CertificateProperty |
TypeScript | aws-cdk-lib » aws_cloudfront » CfnDistributionTenant » CertificateProperty |
The Certificate Manager (ACM) certificate associated with your distribution.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const certificateProperty: cloudfront.CfnDistributionTenant.CertificateProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The Amazon Resource Name (ARN) of the ACM certificate. |
arn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the ACM certificate.

.NET
Go
Java
Python
TypeScript