Uses of Interface
software.amazon.awscdk.services.cloudfront.IDistribution
Package
Description
Amazon CloudFront Construct Library
Route53 Alias Record Targets for the CDK Route53 Library
AWS S3 Deployment Construct Library
-
Uses of IDistribution in software.amazon.awscdk.services.cloudfront
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDistribution
.Modifier and TypeClassDescriptionclass
Amazon CloudFront is a global content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to your viewers with low latency and high transfer speeds.class
A CloudFront distribution with associated origin(s) and caching behavior(s).static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IDistribution
CloudFrontWebDistribution.fromDistributionAttributes
(software.constructs.Construct scope, String id, CloudFrontWebDistributionAttributes attrs) Creates a construct that represents an external (imported) distribution.static IDistribution
Distribution.fromDistributionAttributes
(software.constructs.Construct scope, String id, DistributionAttributes attrs) Creates a Distribution construct that represents an external (imported) distribution. -
Uses of IDistribution in software.amazon.awscdk.services.route53.targets
-
Uses of IDistribution in software.amazon.awscdk.services.s3.deployment
Modifier and TypeMethodDescriptiondefault IDistribution
BucketDeploymentProps.getDistribution()
The CloudFront distribution using the destination bucket as an origin.final IDistribution
BucketDeploymentProps.Jsii$Proxy.getDistribution()
Modifier and TypeMethodDescriptionBucketDeployment.Builder.distribution
(IDistribution distribution) The CloudFront distribution using the destination bucket as an origin.BucketDeploymentProps.Builder.distribution
(IDistribution distribution) Sets the value ofBucketDeploymentProps.getDistribution()