AWS::CloudFront::DistributionA distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
import { CfnDistribution } from 'aws-cdk-lib/aws-cloudfront';Or use the module namespace:
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.CfnDistributionConfiguration passed to the constructor as CfnDistributionProps.
distributionConfigRequiredIResolvable | DistributionConfigPropertyThe distribution's configuration.
tagsOptionalCfnTag[]A complex type that contains zero or more `Tag` elements.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon CloudFront on one page. HD quality, print-friendly.
Download Free Infographicaws-cloudfrontAWS::CloudFront::Distribution