| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| software.amazon.awscdk.services.cloudfront.origins |
CloudFront Origins for the CDK CloudFront Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OriginBindOptions.Jsii$Proxy
An implementation for
OriginBindOptions |
| Modifier and Type | Method and Description |
|---|---|
OriginBindOptions |
OriginBindOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
OriginBindConfig |
OriginBase.bind(software.constructs.Construct _scope,
OriginBindOptions options)
(experimental) Binds the origin to the associated Distribution.
|
OriginBindConfig |
IOrigin.bind(software.constructs.Construct scope,
OriginBindOptions options)
(experimental) The method called when a given Origin is added (for the first time) to a Distribution.
|
OriginBindConfig |
IOrigin.Jsii$Proxy.bind(software.constructs.Construct scope,
OriginBindOptions options)
(experimental) The method called when a given Origin is added (for the first time) to a Distribution.
|
default OriginBindConfig |
IOrigin.Jsii$Default.bind(software.constructs.Construct scope,
OriginBindOptions options)
(experimental) The method called when a given Origin is added (for the first time) to a Distribution.
|
| Modifier and Type | Method and Description |
|---|---|
OriginBindConfig |
OriginGroup.bind(software.constructs.Construct scope,
OriginBindOptions options)
(experimental) The method called when a given Origin is added (for the first time) to a Distribution.
|
OriginBindConfig |
S3Origin.bind(software.constructs.Construct scope,
OriginBindOptions options)
(experimental) The method called when a given Origin is added (for the first time) to a Distribution.
|
Copyright © 2021. All rights reserved.