| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Class and Description |
|---|
| AliasProps
Properties for a new Lambda alias
|
| AliasProps.Builder
A builder for
AliasProps |
| AssetCode
Lambda code from a local directory.
|
| Code |
| CommonPipelineInvokeActionProps
Common properties for creating a
PipelineInvokeAction -
either directly, through its constructor,
or through FunctionRef.addToPipeline(software.amazon.awscdk.services.codepipeline.api.IStage, java.lang.String, software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps). |
| CommonPipelineInvokeActionProps.Builder
A builder for
CommonPipelineInvokeActionProps |
| Function
Deploys a file from from inside the construct library as a function.
|
| FunctionProps |
| FunctionProps.Builder
A builder for
FunctionProps |
| FunctionRef |
| FunctionRefProps
Represents a Lambda function defined outside of this stack.
|
| FunctionRefProps.Builder
A builder for
FunctionRefProps |
| FunctionVersion
A single newly-deployed version of a Lambda function.
|
| FunctionVersionProps
Properties for a new Lambda version
|
| FunctionVersionProps.Builder
A builder for
FunctionVersionProps |
| InlineCode
Lambda code from an inline string (limited to 4KiB).
|
| LambdaRuntimeProps |
| LambdaRuntimeProps.Builder
A builder for
LambdaRuntimeProps |
| Permission
Represents a permission statement that can be added to a Lambda's resource policy
via the `addToResourcePolicy` method.
|
| Permission.Builder
A builder for
Permission |
| PipelineInvokeAction
CodePipeline invoke Action that is provided by an AWS Lambda function.
|
| PipelineInvokeActionProps
Construction properties of the
Lambda invoke CodePipeline Action. |
| PipelineInvokeActionProps.Builder
A builder for
PipelineInvokeActionProps |
| Runtime
Lambda function runtime environment.
|
| RuntimeFamily |
| S3Code
Lambda code from an S3 archive.
|
| SingletonFunctionProps
Properties for a newly created singleton Lambda
|
| SingletonFunctionProps.Builder
A builder for
SingletonFunctionProps |
| Tracing
X-Ray Tracing Modes (https://docs.aws.amazon.com/lambda/latest/dg/API_TracingConfig.html)
|
| VersionWeight
A version/weight pair for routing traffic to Lambda functions
|
| VersionWeight.Builder
A builder for
VersionWeight |
Copyright © 2018. All rights reserved.