@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.541Z") @Stability(value=Experimental) public abstract class QualifiedFunctionBase extends FunctionBase
software.amazon.jsii.JsiiObject.InitializationModeIFunction.Jsii$DefaultIClientVpnConnectionHandler.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)
(experimental) Configures options for asynchronous invocation.
|
abstract IFunction |
getLambda() |
IVersion |
getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
software.constructs.Node |
getPermissionsNode()
(experimental) The construct node where permissions are attached.
|
protected abstract String |
getQualifier()
(experimental) 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, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected QualifiedFunctionBase(software.amazon.jsii.JsiiObjectRef objRef)
protected QualifiedFunctionBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
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=Experimental)
protected QualifiedFunctionBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental)
public void configureAsyncInvoke(@NotNull
EventInvokeConfigOptions options)
configureAsyncInvoke in interface IFunctionconfigureAsyncInvoke in class FunctionBaseoptions - This parameter is required.@Stability(value=Experimental) @NotNull public abstract IFunction getLambda()
@Stability(value=Experimental) @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=Experimental) @NotNull public software.constructs.Node getPermissionsNode()
getPermissionsNode in interface IFunctiongetPermissionsNode in class FunctionBase@Stability(value=Experimental) @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.