| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BehaviorOptions
(experimental) Options for creating a new behavior.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddBehaviorOptions.Jsii$Proxy
An implementation for
AddBehaviorOptions |
static class |
BehaviorOptions.Jsii$Proxy
An implementation for
BehaviorOptions |
| Modifier and Type | Method and Description |
|---|---|
AddBehaviorOptions |
AddBehaviorOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.addBehavior(String pathPattern,
IOrigin origin,
AddBehaviorOptions behaviorOptions)
(experimental) Adds a new behavior to this distribution for the given pathPattern.
|
Copyright © 2021. All rights reserved.