| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionVersion |
AliasProps.Jsii$Pojo._version |
protected FunctionVersion |
VersionWeight.Jsii$Pojo._version |
| Modifier and Type | Method and Description |
|---|---|
FunctionVersion |
Function.addVersion(String name)
Add a new version for this Lambda
If you want to deploy through CloudFormation and use aliases, you need to
add a new version (with a new name) to your Lambda every time you want
to deploy an update.
|
FunctionVersion |
Function.addVersion(String name,
String codeSha256)
Add a new version for this Lambda
If you want to deploy through CloudFormation and use aliases, you need to
add a new version (with a new name) to your Lambda every time you want
to deploy an update.
|
FunctionVersion |
Function.addVersion(String name,
String codeSha256,
String description)
Add a new version for this Lambda
If you want to deploy through CloudFormation and use aliases, you need to
add a new version (with a new name) to your Lambda every time you want
to deploy an update.
|
FunctionVersion |
AliasProps.getVersion()
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
FunctionVersion |
AliasProps.Jsii$Pojo.getVersion() |
FunctionVersion |
AliasProps.Jsii$Proxy.getVersion()
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
FunctionVersion |
VersionWeight.getVersion()
The version to route traffic to
|
FunctionVersion |
VersionWeight.Jsii$Pojo.getVersion() |
FunctionVersion |
VersionWeight.Jsii$Proxy.getVersion()
The version to route traffic to
|
| Modifier and Type | Method and Description |
|---|---|
void |
AliasProps.setVersion(FunctionVersion value)
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
void |
AliasProps.Jsii$Pojo.setVersion(FunctionVersion value) |
void |
AliasProps.Jsii$Proxy.setVersion(FunctionVersion value)
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
AliasProps.Builder.AliasNameStep |
AliasProps.Builder.withVersion(FunctionVersion value)
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
VersionWeight.Builder.WeightStep |
VersionWeight.Builder.withVersion(FunctionVersion value)
The version to route traffic to
|
Copyright © 2018. All rights reserved.