Uses of Interface
software.amazon.awscdk.interfaces.cloudfront.IDistributionRef
Packages that use IDistributionRef
Package
Description
Amazon CloudFront Construct Library
AWS S3 Deployment Construct Library
-
Uses of IDistributionRef in software.amazon.awscdk.interfaces.cloudfront
Subinterfaces of IDistributionRef in software.amazon.awscdk.interfaces.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDistributionRef.Classes in software.amazon.awscdk.interfaces.cloudfront that implement IDistributionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDistributionRef in software.amazon.awscdk.services.cloudfront
Subinterfaces of IDistributionRef in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterfaceInterface for CloudFront distributions.static interfaceInternal default implementation forIDistribution.Classes in software.amazon.awscdk.services.cloudfront that implement IDistributionRefModifier and TypeClassDescriptionclassA distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.classDeprecated.classA CloudFront distribution with associated origin(s) and caching behavior(s).static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cloudfront that return IDistributionRefModifier and TypeMethodDescriptionstatic IDistributionRefCfnDistribution.fromDistributionId(software.constructs.Construct scope, String id, String distributionId) Creates a new IDistributionRef from a distributionId. -
Uses of IDistributionRef in software.amazon.awscdk.services.s3.deployment
Methods in software.amazon.awscdk.services.s3.deployment that return IDistributionRefModifier and TypeMethodDescriptiondefault IDistributionRefBucketDeploymentProps.getDistribution()The CloudFront distribution using the destination bucket as an origin.final IDistributionRefBucketDeploymentProps.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()
Distributioninstead