interface CertificateProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.CfnDistributionTenant.CertificateProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnDistributionTenant_CertificateProperty |
![]() | software.amazon.awscdk.services.cloudfront.CfnDistributionTenant.CertificateProperty |
![]() | aws_cdk.aws_cloudfront.CfnDistributionTenant.CertificateProperty |
![]() | aws-cdk-lib » aws_cloudfront » CfnDistributionTenant » CertificateProperty |
The AWS 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.