| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default PriceClass |
CloudFrontWebDistributionProps.getPriceClass()
The price class for the distribution (this impacts how many locations CloudFront uses for your distribution, and billing).
|
PriceClass |
CloudFrontWebDistributionProps.Jsii$Proxy.getPriceClass() |
default PriceClass |
DistributionProps.getPriceClass()
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
PriceClass |
DistributionProps.Jsii$Proxy.getPriceClass() |
static PriceClass |
PriceClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriceClass[] |
PriceClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CloudFrontWebDistributionProps.Builder |
CloudFrontWebDistributionProps.Builder.priceClass(PriceClass priceClass)
Sets the value of
CloudFrontWebDistributionProps.getPriceClass() |
Distribution.Builder |
Distribution.Builder.priceClass(PriceClass priceClass)
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
|
CloudFrontWebDistribution.Builder |
CloudFrontWebDistribution.Builder.priceClass(PriceClass priceClass)
The price class for the distribution (this impacts how many locations CloudFront uses for your distribution, and billing).
|
DistributionProps.Builder |
DistributionProps.Builder.priceClass(PriceClass priceClass)
Sets the value of
DistributionProps.getPriceClass() |
Copyright © 2022. All rights reserved.