| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.go |
Amazon Lambda Golang Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Method and Description |
|---|---|
LambdaInsightsVersion |
EdgeFunctionProps.Jsii$Proxy.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
| Modifier and Type | Field and Description |
|---|---|
static LambdaInsightsVersion |
LambdaInsightsVersion.VERSION_1_0_119_0
(experimental) Version 1.0.119.0.
|
static LambdaInsightsVersion |
LambdaInsightsVersion.VERSION_1_0_135_0
(experimental) Version 1.0.135.0.
|
static LambdaInsightsVersion |
LambdaInsightsVersion.VERSION_1_0_54_0
(experimental) Version 1.0.54.0.
|
static LambdaInsightsVersion |
LambdaInsightsVersion.VERSION_1_0_86_0
(experimental) Version 1.0.86.0.
|
static LambdaInsightsVersion |
LambdaInsightsVersion.VERSION_1_0_89_0
(experimental) Version 1.0.89.0.
|
static LambdaInsightsVersion |
LambdaInsightsVersion.VERSION_1_0_98_0
(experimental) Version 1.0.98.0.
|
| Modifier and Type | Method and Description |
|---|---|
static LambdaInsightsVersion |
LambdaInsightsVersion.fromInsightVersionArn(String arn)
(experimental) Use the insights extension associated with the provided ARN.
|
default LambdaInsightsVersion |
FunctionOptions.getInsightsVersion()
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
LambdaInsightsVersion |
FunctionOptions.Jsii$Proxy.getInsightsVersion() |
LambdaInsightsVersion |
FunctionProps.Jsii$Proxy.getInsightsVersion() |
LambdaInsightsVersion |
SingletonFunctionProps.Jsii$Proxy.getInsightsVersion() |
LambdaInsightsVersion |
DockerImageFunctionProps.Jsii$Proxy.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
FunctionOptions.Builder |
FunctionOptions.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
SingletonFunction.Builder |
SingletonFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
Function.Builder |
Function.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
FunctionProps.Builder |
FunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
LambdaInsightsVersion |
GoFunctionProps.Jsii$Proxy.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
GoFunction.Builder |
GoFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
GoFunctionProps.Builder |
GoFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
LambdaInsightsVersion |
NodejsFunctionProps.Jsii$Proxy.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
LambdaInsightsVersion |
PythonFunctionProps.Jsii$Proxy.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
PythonFunction.Builder |
PythonFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaInsightsVersion |
TriggerFunctionProps.Jsii$Proxy.getInsightsVersion() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
Sets the value of
FunctionOptions.getInsightsVersion() |
TriggerFunction.Builder |
TriggerFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion)
(experimental) Specify the version of CloudWatch Lambda insights to use for monitoring.
|
Copyright © 2022. All rights reserved.