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