| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFunction.Jsii$Default
Internal default implementation for
IFunction. |
| Modifier and Type | Method and Description |
|---|---|
static IFunction |
Function.fromFunctionAttributes(software.constructs.Construct scope,
String id,
FunctionAttributes attrs)
Imports a function by its name and ARN.
|
IFunction |
FunctionAssociation.getFunction()
The CloudFront function that will be invoked.
|
IFunction |
FunctionAssociation.Jsii$Proxy.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
FunctionAssociation.Builder |
FunctionAssociation.Builder.function(IFunction function)
Sets the value of
FunctionAssociation.getFunction() |
Copyright © 2022. All rights reserved.