Uses of Interface
software.amazon.awscdk.services.cloudfront.IDistributionRef
Packages that use IDistributionRef
Package
Description
Amazon CloudFront Construct Library
AWS S3 Deployment Construct Library
-
Uses of IDistributionRef in software.amazon.awscdk.services.cloudfront
Subinterfaces of IDistributionRef in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterface
Interface for CloudFront distributions.static interface
Internal default implementation forIDistribution
.static interface
Internal default implementation forIDistributionRef
.Classes in software.amazon.awscdk.services.cloudfront that implement IDistributionRefModifier and TypeClassDescriptionclass
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.class
Deprecated.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.static final class
A proxy class which represents a concrete javascript instance of this type. -
Uses of IDistributionRef in software.amazon.awscdk.services.s3.deployment
Methods in software.amazon.awscdk.services.s3.deployment that return IDistributionRefModifier and TypeMethodDescriptiondefault IDistributionRef
BucketDeploymentProps.getDistribution()
The CloudFront distribution using the destination bucket as an origin.final IDistributionRef
BucketDeploymentProps.Jsii$Proxy.getDistribution()
Methods in software.amazon.awscdk.services.s3.deployment with parameters of type IDistributionRefModifier and TypeMethodDescriptionBucketDeployment.Builder.distribution
(IDistributionRef distribution) The CloudFront distribution using the destination bucket as an origin.BucketDeploymentProps.Builder.distribution
(IDistributionRef distribution) Sets the value ofBucketDeploymentProps.getDistribution()
Distribution
instead