| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDistribution.Jsii$Default
Internal default implementation for
IDistribution. |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudFrontWebDistribution
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 |
Distribution
A CloudFront distribution with associated origin(s) and caching behavior(s).
|
static class |
IDistribution.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2022. All rights reserved.