| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
IVersion |
EdgeLambda.getFunctionVersion()
The version of the Lambda function that will be invoked.
|
IVersion |
EdgeLambda.Jsii$Proxy.getFunctionVersion() |
IVersion |
LambdaFunctionAssociation.getLambdaFunction()
A version of the lambda to associate.
|
IVersion |
LambdaFunctionAssociation.Jsii$Proxy.getLambdaFunction() |
| Modifier and Type | Method and Description |
|---|---|
EdgeLambda.Builder |
EdgeLambda.Builder.functionVersion(IVersion functionVersion)
Sets the value of
EdgeLambda.getFunctionVersion() |
LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.Builder.lambdaFunction(IVersion lambdaFunction)
Sets the value of
LambdaFunctionAssociation.getLambdaFunction() |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeFunction
A Lambda@Edge function.
|
| Modifier and Type | Method and Description |
|---|---|
IVersion |
EdgeFunction.getCurrentVersion()
Convenience method to make `EdgeFunction` conform to the same interface as `Function`.
|
IVersion |
EdgeFunction.getLatestVersion()
The `$LATEST` version of this function.
|
| 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 |
FunctionBase.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 |
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 |
IVersion.Jsii$Proxy.getLatestVersion()
The `$LATEST` version of this function.
|
default IVersion |
IVersion.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() |
Copyright © 2022. All rights reserved.