| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeLambda.Jsii$Proxy
An implementation for
EdgeLambda |
| Modifier and Type | Method and Description |
|---|---|
EdgeLambda |
EdgeLambda.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeLambda> |
BehaviorOptions.Jsii$Proxy.getEdgeLambdas() |
default List<EdgeLambda> |
AddBehaviorOptions.getEdgeLambdas()
(experimental) The Lambda@Edge functions to invoke before serving the contents.
|
List<EdgeLambda> |
AddBehaviorOptions.Jsii$Proxy.getEdgeLambdas() |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOptions.Builder |
BehaviorOptions.Builder.edgeLambdas(List<? extends EdgeLambda> edgeLambdas)
Sets the value of
AddBehaviorOptions.getEdgeLambdas() |
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.edgeLambdas(List<? extends EdgeLambda> edgeLambdas)
Sets the value of
AddBehaviorOptions.getEdgeLambdas() |
| Constructor and Description |
|---|
Jsii$Proxy(AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
IOriginRequestPolicy originRequestPolicy,
Boolean smoothStreaming,
List<? extends IKeyGroup> trustedKeyGroups,
ViewerProtocolPolicy viewerProtocolPolicy)
Constructor that initializes the object based on literal property values passed by the
AddBehaviorOptions.Builder. |
Jsii$Proxy(IOrigin origin,
AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
IOriginRequestPolicy originRequestPolicy,
Boolean smoothStreaming,
List<? extends IKeyGroup> trustedKeyGroups,
ViewerProtocolPolicy viewerProtocolPolicy)
Constructor that initializes the object based on literal property values passed by the
BehaviorOptions.Builder. |
Copyright © 2021. All rights reserved.