| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaFunctionAssociation.Jsii$Proxy
An implementation for
LambdaFunctionAssociation |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAssociation |
LambdaFunctionAssociation.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<LambdaFunctionAssociation> |
Behavior.getLambdaFunctionAssociations()
(experimental) Declares associated lambda@edge functions for this distribution behaviour.
|
List<LambdaFunctionAssociation> |
Behavior.Jsii$Proxy.getLambdaFunctionAssociations() |
| Modifier and Type | Method and Description |
|---|---|
Behavior.Builder |
Behavior.Builder.lambdaFunctionAssociations(List<? extends LambdaFunctionAssociation> lambdaFunctionAssociations)
Sets the value of
Behavior.getLambdaFunctionAssociations() |
| Constructor and Description |
|---|
Jsii$Proxy(CloudFrontAllowedMethods allowedMethods,
CloudFrontAllowedCachedMethods cachedMethods,
Boolean compress,
Duration defaultTtl,
CfnDistribution.ForwardedValuesProperty forwardedValues,
List<? extends FunctionAssociation> functionAssociations,
Boolean isDefaultBehavior,
List<? extends LambdaFunctionAssociation> lambdaFunctionAssociations,
Duration maxTtl,
Duration minTtl,
String pathPattern,
List<? extends IKeyGroup> trustedKeyGroups)
Constructor that initializes the object based on literal property values passed by the
Behavior.Builder. |
Copyright © 2021. All rights reserved.