| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVersion.Jsii$Default
Internal default implementation for
IVersion. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IVersion.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Version
Tag the current state of a Function with a Version number.
|
| Modifier and Type | Method and Description |
|---|---|
static IVersion |
Version.fromVersionArn(software.constructs.Construct scope,
String id,
String versionArn)
Construct a Version object from a Version ARN.
|
static IVersion |
Version.fromVersionAttributes(software.constructs.Construct scope,
String id,
VersionAttributes attrs) |
IVersion |
AliasAttributes.getAliasVersion() |
IVersion |
AliasAttributes.Jsii$Proxy.getAliasVersion() |
IVersion |
IFunction.getLatestVersion()
The `$LATEST` version of this function.
|
IVersion |
IFunction.Jsii$Proxy.getLatestVersion()
The `$LATEST` version of this function.
|
default IVersion |
IFunction.Jsii$Default.getLatestVersion()
The `$LATEST` version of this function.
|
IVersion |
IAlias.Jsii$Proxy.getLatestVersion()
The `$LATEST` version of this function.
|
default IVersion |
IAlias.Jsii$Default.getLatestVersion()
The `$LATEST` version of this function.
|
IVersion |
QualifiedFunctionBase.getLatestVersion()
The `$LATEST` version of this function.
|
IVersion |
IVersion.Jsii$Proxy.getLatestVersion()
The `$LATEST` version of this function.
|
default IVersion |
IVersion.Jsii$Default.getLatestVersion()
The `$LATEST` version of this function.
|
IVersion |
FunctionBase.getLatestVersion()
The `$LATEST` version of this function.
|
IVersion |
IAlias.getVersion()
The underlying Lambda function version.
|
IVersion |
IAlias.Jsii$Proxy.getVersion()
The underlying Lambda function version.
|
default IVersion |
IAlias.Jsii$Default.getVersion()
The underlying Lambda function version.
|
IVersion |
VersionWeight.getVersion()
The version to route traffic to.
|
IVersion |
VersionWeight.Jsii$Proxy.getVersion() |
IVersion |
Alias.getVersion()
The underlying Lambda function version.
|
IVersion |
AliasProps.getVersion()
Function version this alias refers to.
|
IVersion |
AliasProps.Jsii$Proxy.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
AliasAttributes.Builder |
AliasAttributes.Builder.aliasVersion(IVersion aliasVersion)
Sets the value of
AliasAttributes.getAliasVersion() |
VersionWeight.Builder |
VersionWeight.Builder.version(IVersion version)
Sets the value of
VersionWeight.getVersion() |
Alias.Builder |
Alias.Builder.version(IVersion version)
Function version this alias refers to.
|
AliasProps.Builder |
AliasProps.Builder.version(IVersion version)
Sets the value of
AliasProps.getVersion() |
Copyright © 2023. All rights reserved.