Uses of Interface
software.amazon.awscdk.services.cloudfront.IDistribution
Packages that use 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
Subinterfaces of IDistribution in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDistribution.Classes in software.amazon.awscdk.services.cloudfront that implement IDistributionModifier and TypeClassDescriptionclassAmazon 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.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 IDistributionModifier and TypeMethodDescriptionstatic IDistributionCloudFrontWebDistribution.fromDistributionAttributes(software.constructs.Construct scope, String id, CloudFrontWebDistributionAttributes attrs) Creates a construct that represents an external (imported) distribution.static IDistributionDistribution.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
Constructors in software.amazon.awscdk.services.route53.targets with parameters of type IDistribution -
Uses of IDistribution in software.amazon.awscdk.services.s3.deployment
Methods in software.amazon.awscdk.services.s3.deployment that return IDistributionModifier and TypeMethodDescriptiondefault IDistributionBucketDeploymentProps.getDistribution()The CloudFront distribution using the destination bucket as an origin.final IDistributionBucketDeploymentProps.Jsii$Proxy.getDistribution()Methods in software.amazon.awscdk.services.s3.deployment with parameters of type IDistributionModifier 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()