| 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
A single newly-deployed version of a Lambda function.
|
| 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 |
FunctionBase.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 |
QualifiedFunctionBase.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 |
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 |
Alias.getVersion()
The underlying Lambda function version.
|
IVersion |
VersionWeight.getVersion()
The version to route traffic to.
|
IVersion |
VersionWeight.Jsii$Proxy.getVersion() |
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 |
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() |
Alias.Builder |
Alias.Builder.version(IVersion version)
Function version this alias refers to.
|
VersionWeight.Builder |
VersionWeight.Builder.version(IVersion version)
Sets the value of
VersionWeight.getVersion() |
AliasProps.Builder |
AliasProps.Builder.version(IVersion version)
Sets the value of
AliasProps.getVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(IVersion version,
Number weight)
Constructor that initializes the object based on literal property values passed by the
VersionWeight.Builder. |
Jsii$Proxy(String aliasName,
IVersion aliasVersion)
Constructor that initializes the object based on literal property values passed by the
AliasAttributes.Builder. |
Jsii$Proxy(String aliasName,
IVersion version,
List<? extends VersionWeight> additionalVersions,
String description,
Number provisionedConcurrentExecutions,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
AliasProps.Builder. |
Copyright © 2020. All rights reserved.