@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.538Z") @Stability(value=Experimental) 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)
(experimental) Defines an alias for this version.
|
Alias |
addAlias(String aliasName,
AliasOptions options)
(experimental) Defines an alias for this version.
|
String |
getEdgeArn()
(experimental) The ARN of the version for Lambda@Edge.
|
IFunction |
getLambda()
(experimental) The underlying AWS Lambda function.
|
String |
getVersion()
(experimental) 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, metricThrottles
getConnections
getGrantPrincipal
@Stability(value=Experimental) @NotNull String getEdgeArn()
@Stability(value=Experimental) @NotNull IFunction getLambda()
@Stability(value=Experimental) @NotNull String getVersion()
@Stability(value=Experimental) @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.