@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.588Z") @Stability(value=Stable) public interface IVersion extends software.amazon.jsii.JsiiSerializable, IFunction
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVersion.Jsii$Default
Internal default implementation for
IVersion. |
static class |
IVersion.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
Alias |
addAlias(String aliasName)
Defines an alias for this version.
|
Alias |
addAlias(String aliasName,
AliasOptions options)
Defines an alias for this version.
|
String |
getEdgeArn()
The ARN of the version for Lambda@Edge.
|
IFunction |
getLambda()
The underlying AWS Lambda function.
|
String |
getVersion()
The most recently deployed version of this function.
|
addEventSource, addEventSourceMapping, addPermission, addToRolePolicy, configureAsyncInvoke, getFunctionArn, getFunctionName, getIsBoundToVpc, getLatestVersion, getPermissionsNode, getRole, grantInvoke, metric, metric, metricDuration, metricDuration, metricErrors, metricErrors, metricInvocations, metricInvocations, metricThrottles, metricThrottlesgetNodegetConnectionsgetGrantPrincipal@Stability(value=Stable) @NotNull String getEdgeArn()
@Stability(value=Stable) @NotNull IFunction getLambda()
@Stability(value=Stable) @NotNull String getVersion()
@Stability(value=Stable) @NotNull Alias addAlias(@NotNull String aliasName, @Nullable AliasOptions options)
aliasName - The name of the alias. This parameter is required.options - Alias options.Copyright © 2021. All rights reserved.