| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeFunctionProps
Properties for creating a Lambda@Edge function.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeFunctionProps.Jsii$Proxy
An implementation for
EdgeFunctionProps |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingletonFunctionProps
Properties for a newly created singleton Lambda.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionProps.Jsii$Proxy
An implementation for
FunctionProps |
static class |
SingletonFunctionProps.Jsii$Proxy
An implementation for
SingletonFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
FunctionProps |
FunctionProps.Builder.build()
Builds the configured instance.
|
| Constructor and Description |
|---|
Function(software.constructs.Construct scope,
String id,
FunctionProps props) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TriggerFunctionProps
Props for `InvokeFunction`.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TriggerFunctionProps.Jsii$Proxy
An implementation for
TriggerFunctionProps |
Copyright © 2022. All rights reserved.