interface CertificateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CloudFront.CfnDistributionTenantPropsMixin.CertificateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscloudfront#CfnDistributionTenantPropsMixin_CertificateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnDistributionTenantPropsMixin.CertificateProperty |
Python | aws_cdk.cfn_property_mixins.aws_cloudfront.CfnDistributionTenantPropsMixin.CertificateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cloudfront » CfnDistributionTenantPropsMixin » 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/cfn-property-mixins';
const certificateProperty: cloudfront.CfnDistributionTenantPropsMixin.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