| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BehaviorOptions.Jsii$Proxy
An implementation for
BehaviorOptions |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOptions |
BehaviorOptions.Builder.build()
Builds the configured instance.
|
BehaviorOptions |
DistributionProps.getDefaultBehavior()
(experimental) The default behavior for the distribution.
|
BehaviorOptions |
DistributionProps.Jsii$Proxy.getDefaultBehavior() |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,BehaviorOptions> |
DistributionProps.getAdditionalBehaviors()
(experimental) Additional behaviors for the distribution, mapped by the pathPattern that specifies which requests to apply the behavior to.
|
Map<String,BehaviorOptions> |
DistributionProps.Jsii$Proxy.getAdditionalBehaviors() |
| Modifier and Type | Method and Description |
|---|---|
Distribution.Builder |
Distribution.Builder.defaultBehavior(BehaviorOptions defaultBehavior)
(experimental) The default behavior for the distribution.
|
DistributionProps.Builder |
DistributionProps.Builder.defaultBehavior(BehaviorOptions defaultBehavior)
Sets the value of
DistributionProps.getDefaultBehavior() |
| Modifier and Type | Method and Description |
|---|---|
Distribution.Builder |
Distribution.Builder.additionalBehaviors(Map<String,? extends BehaviorOptions> additionalBehaviors)
(experimental) Additional behaviors for the distribution, mapped by the pathPattern that specifies which requests to apply the behavior to.
|
DistributionProps.Builder |
DistributionProps.Builder.additionalBehaviors(Map<String,? extends BehaviorOptions> additionalBehaviors)
Sets the value of
DistributionProps.getAdditionalBehaviors() |
| Constructor and Description |
|---|
Jsii$Proxy(BehaviorOptions defaultBehavior,
Map<String,? extends BehaviorOptions> additionalBehaviors,
ICertificate certificate,
String comment,
String defaultRootObject,
List<String> domainNames,
Boolean enabled,
Boolean enableIpv6,
Boolean enableLogging,
List<? extends ErrorResponse> errorResponses,
GeoRestriction geoRestriction,
HttpVersion httpVersion,
IBucket logBucket,
String logFilePrefix,
Boolean logIncludesCookies,
SecurityPolicyProtocol minimumProtocolVersion,
PriceClass priceClass,
String webAclId)
Constructor that initializes the object based on literal property values passed by the
DistributionProps.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(BehaviorOptions defaultBehavior,
Map<String,? extends BehaviorOptions> additionalBehaviors,
ICertificate certificate,
String comment,
String defaultRootObject,
List<String> domainNames,
Boolean enabled,
Boolean enableIpv6,
Boolean enableLogging,
List<? extends ErrorResponse> errorResponses,
GeoRestriction geoRestriction,
HttpVersion httpVersion,
IBucket logBucket,
String logFilePrefix,
Boolean logIncludesCookies,
SecurityPolicyProtocol minimumProtocolVersion,
PriceClass priceClass,
String webAclId)
Constructor that initializes the object based on literal property values passed by the
DistributionProps.Builder. |
Copyright © 2021. All rights reserved.