| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionAssociation.Jsii$Proxy
An implementation for
FunctionAssociation |
| Modifier and Type | Method and Description |
|---|---|
FunctionAssociation |
FunctionAssociation.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<FunctionAssociation> |
AddBehaviorOptions.getFunctionAssociations()
(experimental) The CloudFront functions to invoke before serving the contents.
|
List<FunctionAssociation> |
AddBehaviorOptions.Jsii$Proxy.getFunctionAssociations() |
List<FunctionAssociation> |
BehaviorOptions.Jsii$Proxy.getFunctionAssociations() |
default List<FunctionAssociation> |
Behavior.getFunctionAssociations()
(experimental) The CloudFront functions to invoke before serving the contents.
|
List<FunctionAssociation> |
Behavior.Jsii$Proxy.getFunctionAssociations() |
| Modifier and Type | Method and Description |
|---|---|
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations)
Sets the value of
AddBehaviorOptions.getFunctionAssociations() |
BehaviorOptions.Builder |
BehaviorOptions.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations)
Sets the value of
AddBehaviorOptions.getFunctionAssociations() |
Behavior.Builder |
Behavior.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations)
Sets the value of
Behavior.getFunctionAssociations() |
| Constructor and Description |
|---|
Jsii$Proxy(AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
List<? extends FunctionAssociation> functionAssociations,
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(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. |
Jsii$Proxy(IOrigin origin,
AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
List<? extends FunctionAssociation> functionAssociations,
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.