@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.293Z") @Stability(value=Experimental) public interface FunctionAssociation extends software.amazon.jsii.JsiiSerializable
The type of the {@link AddBehaviorOptions.functionAssociations} property.
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionAssociation.Builder
A builder for
FunctionAssociation |
static class |
FunctionAssociation.Jsii$Proxy
An implementation for
FunctionAssociation |
| Modifier and Type | Method and Description |
|---|---|
static FunctionAssociation.Builder |
builder() |
FunctionEventType |
getEventType()
(experimental) The type of event which should invoke the function.
|
IFunction |
getFunction()
(experimental) The CloudFront function that will be invoked.
|
@Stability(value=Experimental) @NotNull FunctionEventType getEventType()
@Stability(value=Experimental) @NotNull IFunction getFunction()
@Stability(value=Experimental) static FunctionAssociation.Builder builder()
FunctionAssociation.Builder of FunctionAssociationCopyright © 2021. All rights reserved.