| 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()
The default behavior for the distribution.
|
BehaviorOptions |
DistributionProps.Jsii$Proxy.getDefaultBehavior() |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,BehaviorOptions> |
DistributionProps.getAdditionalBehaviors()
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)
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)
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() |
Copyright © 2022. All rights reserved.