@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.515Z") @Stability(value=Experimental) public class Function extends FunctionBase
The supplied file is subject to the 4096 bytes limit of being embedded in a CloudFormation template.
The construct includes an associated role with the lambda.
This construct does not yet reproduce all features from the underlying resource library.
| Modifier and Type | Class and Description |
|---|---|
static class |
Function.Builder
(experimental) A fluent builder for
Function. |
software.amazon.jsii.JsiiObject.InitializationModeIFunction.Jsii$DefaultIClientVpnConnectionHandler.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
Function(software.constructs.Construct scope,
String id,
FunctionProps props) |
protected |
Function(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Function(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Function |
addEnvironment(String key,
String value)
(experimental) Adds an environment variable to this Lambda function.
|
Function |
addEnvironment(String key,
String value,
EnvironmentOptions options)
(experimental) Adds an environment variable to this Lambda function.
|
void |
addLayers(ILayerVersion... layers)
(experimental) Adds one or more Lambda Layers to this Lambda function.
|
static void |
classifyVersionProperty(String propertyName,
Boolean locked)
(experimental) Record whether specific properties in the `AWS::Lambda::Function` resource should also be associated to the Version resource.
|
static IFunction |
fromFunctionArn(software.constructs.Construct scope,
String id,
String functionArn)
(experimental) Import a lambda function into the CDK using its ARN.
|
static IFunction |
fromFunctionAttributes(software.constructs.Construct scope,
String id,
FunctionAttributes attrs)
(experimental) Creates a Lambda function object which represents a function not defined within this stack.
|
protected Boolean |
getCanCreatePermissions()
(experimental) Whether the addPermission() call adds any permissions.
|
Version |
getCurrentVersion()
(experimental) Returns a `lambda.Version` which represents the current version of this Lambda function.
|
IQueue |
getDeadLetterQueue()
(experimental) The DLQ associated with this Lambda Function (this is an optional attribute).
|
String |
getFunctionArn()
(experimental) ARN of this function.
|
String |
getFunctionName()
(experimental) Name of this function.
|
IPrincipal |
getGrantPrincipal()
(experimental) The principal this Lambda Function is running as.
|
ILogGroup |
getLogGroup()
(experimental) The LogGroup where the Lambda function's logs are made available.
|
software.constructs.Node |
getPermissionsNode()
(experimental) The construct node where permissions are attached.
|
IRole |
getRole()
(experimental) Execution role associated with this function.
|
Runtime |
getRuntime()
(experimental) The runtime configured for this lambda.
|
static Metric |
metricAll(String metricName)
(experimental) Return the given named metric for this Lambda.
|
static Metric |
metricAll(String metricName,
MetricOptions props)
(experimental) Return the given named metric for this Lambda.
|
static Metric |
metricAllConcurrentExecutions()
(experimental) Metric for the number of concurrent executions across all Lambdas.
|
static Metric |
metricAllConcurrentExecutions(MetricOptions props)
(experimental) Metric for the number of concurrent executions across all Lambdas.
|
static Metric |
metricAllDuration()
(experimental) Metric for the Duration executing all Lambdas.
|
static Metric |
metricAllDuration(MetricOptions props)
(experimental) Metric for the Duration executing all Lambdas.
|
static Metric |
metricAllErrors()
(experimental) Metric for the number of Errors executing all Lambdas.
|
static Metric |
metricAllErrors(MetricOptions props)
(experimental) Metric for the number of Errors executing all Lambdas.
|
static Metric |
metricAllInvocations()
(experimental) Metric for the number of invocations of all Lambdas.
|
static Metric |
metricAllInvocations(MetricOptions props)
(experimental) Metric for the number of invocations of all Lambdas.
|
static Metric |
metricAllThrottles()
(experimental) Metric for the number of throttled invocations of all Lambdas.
|
static Metric |
metricAllThrottles(MetricOptions props)
(experimental) Metric for the number of throttled invocations of all Lambdas.
|
static Metric |
metricAllUnreservedConcurrentExecutions()
(experimental) Metric for the number of unreserved concurrent executions across all Lambdas.
|
static Metric |
metricAllUnreservedConcurrentExecutions(MetricOptions props)
(experimental) Metric for the number of unreserved concurrent executions across all Lambdas.
|
addEventSource, addEventSourceMapping, addPermission, addToRolePolicy, configureAsyncInvoke, getConnections, getIsBoundToVpc, getLatestVersion, grantInvoke, metric, metric, metricDuration, metricDuration, metricErrors, metricErrors, metricInvocations, metricInvocations, metricThrottles, metricThrottlesapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Function(software.amazon.jsii.JsiiObjectRef objRef)
protected Function(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Function(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
FunctionProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental)
public static void classifyVersionProperty(@NotNull
String propertyName,
@NotNull
Boolean locked)
See 'currentVersion' section in the module README for more details.
propertyName - The property to classify. This parameter is required.locked - whether the property should be associated to the version or not. This parameter is required.@Stability(value=Experimental) @NotNull public static IFunction fromFunctionArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String functionArn)
scope - This parameter is required.id - This parameter is required.functionArn - This parameter is required.@Stability(value=Experimental) @NotNull public static IFunction fromFunctionAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull FunctionAttributes attrs)
scope - The parent construct. This parameter is required.id - The name of the lambda construct. This parameter is required.attrs - the attributes of the function to import. This parameter is required.@Stability(value=Experimental) @NotNull public static Metric metricAll(@NotNull String metricName, @Nullable MetricOptions props)
metricName - This parameter is required.props - @Stability(value=Experimental) @NotNull public static Metric metricAll(@NotNull String metricName)
metricName - This parameter is required.@Stability(value=Experimental) @NotNull public static Metric metricAllConcurrentExecutions(@Nullable MetricOptions props)
Default: max over 5 minutes
props - @Stability(value=Experimental) @NotNull public static Metric metricAllConcurrentExecutions()
Default: max over 5 minutes
@Stability(value=Experimental) @NotNull public static Metric metricAllDuration(@Nullable MetricOptions props)
Default: average over 5 minutes
props - @Stability(value=Experimental) @NotNull public static Metric metricAllDuration()
Default: average over 5 minutes
@Stability(value=Experimental) @NotNull public static Metric metricAllErrors(@Nullable MetricOptions props)
Default: sum over 5 minutes
props - @Stability(value=Experimental) @NotNull public static Metric metricAllErrors()
Default: sum over 5 minutes
@Stability(value=Experimental) @NotNull public static Metric metricAllInvocations(@Nullable MetricOptions props)
Default: sum over 5 minutes
props - @Stability(value=Experimental) @NotNull public static Metric metricAllInvocations()
Default: sum over 5 minutes
@Stability(value=Experimental) @NotNull public static Metric metricAllThrottles(@Nullable MetricOptions props)
Default: sum over 5 minutes
props - @Stability(value=Experimental) @NotNull public static Metric metricAllThrottles()
Default: sum over 5 minutes
@Stability(value=Experimental) @NotNull public static Metric metricAllUnreservedConcurrentExecutions(@Nullable MetricOptions props)
Default: max over 5 minutes
props - @Stability(value=Experimental) @NotNull public static Metric metricAllUnreservedConcurrentExecutions()
Default: max over 5 minutes
@Stability(value=Experimental) @NotNull public Function addEnvironment(@NotNull String key, @NotNull String value, @Nullable EnvironmentOptions options)
If this is a ref to a Lambda function, this operation results in a no-op.
key - The environment variable key. This parameter is required.value - The environment variable's value. This parameter is required.options - Environment variable options.@Stability(value=Experimental) @NotNull public Function addEnvironment(@NotNull String key, @NotNull String value)
If this is a ref to a Lambda function, this operation results in a no-op.
key - The environment variable key. This parameter is required.value - The environment variable's value. This parameter is required.@Stability(value=Experimental)
public void addLayers(@NotNull
ILayerVersion... layers)
layers - the layers to be added. This parameter is required.@Stability(value=Experimental) @NotNull protected Boolean getCanCreatePermissions()
True for new Lambdas, false for version $LATEST and imported Lambdas from different accounts.
getCanCreatePermissions in class FunctionBase@Stability(value=Experimental) @NotNull public Version getCurrentVersion()
You can specify options for this version using the currentVersionOptions
prop when initializing the lambda.Function.
@Stability(value=Experimental) @NotNull public String getFunctionArn()
getFunctionArn in interface IClientVpnConnectionHandlergetFunctionArn in interface IFunctiongetFunctionArn in class FunctionBase@Stability(value=Experimental) @NotNull public String getFunctionName()
getFunctionName in interface IClientVpnConnectionHandlergetFunctionName in interface IFunctiongetFunctionName in class FunctionBase@Stability(value=Experimental) @NotNull public IPrincipal getGrantPrincipal()
getGrantPrincipal in interface IGrantablegetGrantPrincipal in class FunctionBase@Stability(value=Experimental) @NotNull public ILogGroup getLogGroup()
If either logRetention is set or this property is called, a CloudFormation custom resource is added to the stack that
pre-creates the log group as part of the stack deployment, if it already doesn't exist, and sets the correct log retention
period (never expire, by default).
Further, if the log group already exists and the logRetention is not set, the custom resource will reset the log retention
to never expire even if it was configured with a different value.
@Stability(value=Experimental) @NotNull public software.constructs.Node getPermissionsNode()
getPermissionsNode in interface IFunctiongetPermissionsNode in class FunctionBase@Stability(value=Experimental) @NotNull public Runtime getRuntime()
@Stability(value=Experimental) @Nullable public IQueue getDeadLetterQueue()
@Stability(value=Experimental) @Nullable public IRole getRole()
getRole in interface IFunctiongetRole in class FunctionBaseCopyright © 2021. All rights reserved.