| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GeoRestriction |
GeoRestriction.allowlist(String... locations)
Allow specific countries which you want CloudFront to distribute your content.
|
static GeoRestriction |
GeoRestriction.denylist(String... locations)
Deny specific countries which you don't want CloudFront to distribute your content.
|
default GeoRestriction |
CloudFrontWebDistributionProps.getGeoRestriction()
Controls the countries in which your content is distributed.
|
GeoRestriction |
CloudFrontWebDistributionProps.Jsii$Proxy.getGeoRestriction() |
default GeoRestriction |
DistributionProps.getGeoRestriction()
Controls the countries in which your content is distributed.
|
GeoRestriction |
DistributionProps.Jsii$Proxy.getGeoRestriction() |
| Modifier and Type | Method and Description |
|---|---|
CloudFrontWebDistributionProps.Builder |
CloudFrontWebDistributionProps.Builder.geoRestriction(GeoRestriction geoRestriction)
Sets the value of
CloudFrontWebDistributionProps.getGeoRestriction() |
Distribution.Builder |
Distribution.Builder.geoRestriction(GeoRestriction geoRestriction)
Controls the countries in which your content is distributed.
|
CloudFrontWebDistribution.Builder |
CloudFrontWebDistribution.Builder.geoRestriction(GeoRestriction geoRestriction)
Controls the countries in which your content is distributed.
|
DistributionProps.Builder |
DistributionProps.Builder.geoRestriction(GeoRestriction geoRestriction)
Sets the value of
DistributionProps.getGeoRestriction() |
Copyright © 2022. All rights reserved.