@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.592Z") @Stability(value=Stable) public abstract class QualifiedFunctionBase extends FunctionBase
software.constructs.Construct.Buildersoftware.amazon.jsii.JsiiObject.InitializationModeIFunction.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
QualifiedFunctionBase(software.constructs.Construct scope,
String id) |
protected |
QualifiedFunctionBase(software.constructs.Construct scope,
String id,
ResourceProps props) |
protected |
QualifiedFunctionBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
QualifiedFunctionBase(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
abstract IFunction |
getLambda() |
IVersion |
getLatestVersion()
The `$LATEST` version of this function.
|
ConstructNode |
getPermissionsNode()
The construct node where permissions are attached.
|
protected abstract String |
getQualifier()
The qualifier of the version or alias of this function.
|
addEventSource, addEventSourceMapping, addPermission, addToRolePolicy, getCanCreatePermissions, getConnections, getFunctionArn, getFunctionName, getGrantPrincipal, getIsBoundToVpc, getRole, grantInvoke, metric, metric, metricDuration, metricDuration, metricErrors, metricErrors, metricInvocations, metricInvocations, metricThrottles, metricThrottlesapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected QualifiedFunctionBase(software.amazon.jsii.JsiiObjectRef objRef)
protected QualifiedFunctionBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected QualifiedFunctionBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ResourceProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
protected QualifiedFunctionBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable)
public void configureAsyncInvoke(@NotNull
EventInvokeConfigOptions options)
configureAsyncInvoke in interface IFunctionconfigureAsyncInvoke in class FunctionBaseoptions - This parameter is required.@Stability(value=Stable) @NotNull public abstract IFunction getLambda()
@Stability(value=Stable) @NotNull public IVersion getLatestVersion()
Note that this is reference to a non-specific AWS Lambda version, which means the function this version refers to can return different results in different invocations.
To obtain a reference to an explicit version which references the current
function configuration, use lambdaFunction.currentVersion instead.
getLatestVersion in interface IFunctiongetLatestVersion in class FunctionBase@Stability(value=Stable) @NotNull public ConstructNode getPermissionsNode()
getPermissionsNode in interface IFunctiongetPermissionsNode in class FunctionBase@Stability(value=Stable) @NotNull protected abstract String getQualifier()
A qualifier is the identifier that's appended to a version or alias ARN.
https://docs.aws.amazon.com/lambda/latest/dg/API_GetFunctionConfiguration.html#API_GetFunctionConfiguration_RequestParametersCopyright © 2021. All rights reserved.