Uses of Class
software.amazon.awscdk.services.lambda.LambdaInsightsVersion
-
Uses of LambdaInsightsVersion in software.amazon.awscdk.services.lambda
Fields in software.amazon.awscdk.services.lambda declared as LambdaInsightsVersionModifier and TypeFieldDescriptionstatic final LambdaInsightsVersionLambdaInsightsVersion.VERSION_1_0_119_0Version 1.0.119.0.static final LambdaInsightsVersionLambdaInsightsVersion.VERSION_1_0_135_0Version 1.0.135.0.static final LambdaInsightsVersionLambdaInsightsVersion.VERSION_1_0_54_0Version 1.0.54.0.static final LambdaInsightsVersionLambdaInsightsVersion.VERSION_1_0_86_0Version 1.0.86.0.static final LambdaInsightsVersionLambdaInsightsVersion.VERSION_1_0_89_0Version 1.0.89.0.static final LambdaInsightsVersionLambdaInsightsVersion.VERSION_1_0_98_0Version 1.0.98.0.Methods in software.amazon.awscdk.services.lambda that return LambdaInsightsVersionModifier and TypeMethodDescriptionstatic LambdaInsightsVersionLambdaInsightsVersion.fromInsightVersionArn(String arn) Use the insights extension associated with the provided ARN.final LambdaInsightsVersionDockerImageFunctionProps.Jsii$Proxy.getInsightsVersion()default LambdaInsightsVersionFunctionOptions.getInsightsVersion()Specify the version of CloudWatch Lambda insights to use for monitoring.final LambdaInsightsVersionFunctionOptions.Jsii$Proxy.getInsightsVersion()final LambdaInsightsVersionFunctionProps.Jsii$Proxy.getInsightsVersion()final LambdaInsightsVersionSingletonFunctionProps.Jsii$Proxy.getInsightsVersion()Methods in software.amazon.awscdk.services.lambda with parameters of type LambdaInsightsVersionModifier and TypeMethodDescriptionDockerImageFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Specify the version of CloudWatch Lambda insights to use for monitoring.DockerImageFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()Function.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Specify the version of CloudWatch Lambda insights to use for monitoring.FunctionOptions.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()FunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()SingletonFunction.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Specify the version of CloudWatch Lambda insights to use for monitoring.SingletonFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()