@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:01.359Z") @Stability(value=Experimental) public class NodejsFunction extends software.amazon.awscdk.services.lambda.Function
EXPERIMENTAL
| Modifier and Type | Class and Description |
|---|---|
static class |
NodejsFunction.Builder
A fluent builder for
NodejsFunction. |
| Modifier | Constructor and Description |
|---|---|
|
NodejsFunction(software.amazon.awscdk.core.Construct scope,
String id)
EXPERIMENTAL
|
|
NodejsFunction(software.amazon.awscdk.core.Construct scope,
String id,
NodejsFunctionProps props)
EXPERIMENTAL
|
protected |
NodejsFunction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NodejsFunction(software.amazon.jsii.JsiiObjectRef objRef) |
addEnvironment, addLayers, addVersion, addVersion, addVersion, addVersion, addVersion, fromFunctionArn, fromFunctionAttributes, getCanCreatePermissions, getDeadLetterQueue, getFunctionArn, getFunctionName, getGrantPrincipal, getLogGroup, getPermissionsNode, getRole, getRuntime, metricAll, metricAll, metricAllConcurrentExecutions, metricAllConcurrentExecutions, metricAllDuration, metricAllDuration, metricAllErrors, metricAllErrors, metricAllInvocations, metricAllInvocations, metricAllThrottles, metricAllThrottles, metricAllUnreservedConcurrentExecutions, metricAllUnreservedConcurrentExecutionsaddEventSource, addEventSourceMapping, addPermission, addToRolePolicy, configureAsyncInvoke, getConnections, getIsBoundToVpc, getLatestVersion, grantInvoke, metric, metric, metricDuration, metricDuration, metricErrors, metricErrors, metricInvocations, metricInvocations, metricThrottles, metricThrottlesgeneratePhysicalName, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected NodejsFunction(software.amazon.jsii.JsiiObjectRef objRef)
protected NodejsFunction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public NodejsFunction(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@Nullable
NodejsFunctionProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public NodejsFunction(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.Copyright © 2024. All rights reserved.