| 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()
(experimental) The version of the Lambda function that will be invoked.
|
IVersion |
EdgeLambda.Jsii$Proxy.getFunctionVersion() |
IVersion |
LambdaFunctionAssociation.getLambdaFunction()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(LambdaEdgeEventType eventType,
IVersion functionVersion,
Boolean includeBody)
Constructor that initializes the object based on literal property values passed by the
EdgeLambda.Builder. |
Jsii$Proxy(LambdaEdgeEventType eventType,
IVersion lambdaFunction,
Boolean includeBody)
Constructor that initializes the object based on literal property values passed by the
LambdaFunctionAssociation.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeFunction
(experimental) A Lambda@Edge function.
|
| Modifier and Type | Method and Description |
|---|---|
IVersion |
EdgeFunction.getCurrentVersion()
(experimental) Convenience method to make `EdgeFunction` conform to the same interface as `Function`.
|
IVersion |
EdgeFunction.getLatestVersion()
(experimental) 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
(experimental) 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)
(experimental) 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 |
QualifiedFunctionBase.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
IVersion |
IAlias.Jsii$Proxy.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
default IVersion |
IAlias.Jsii$Default.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
IVersion |
IVersion.Jsii$Proxy.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
default IVersion |
IVersion.Jsii$Default.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
IVersion |
IFunction.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
IVersion |
IFunction.Jsii$Proxy.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
default IVersion |
IFunction.Jsii$Default.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
IVersion |
FunctionBase.getLatestVersion()
(experimental) The `$LATEST` version of this function.
|
IVersion |
IAlias.getVersion()
(experimental) The underlying Lambda function version.
|
IVersion |
IAlias.Jsii$Proxy.getVersion()
(experimental) The underlying Lambda function version.
|
default IVersion |
IAlias.Jsii$Default.getVersion()
(experimental) The underlying Lambda function version.
|
IVersion |
VersionWeight.getVersion()
(experimental) The version to route traffic to.
|
IVersion |
VersionWeight.Jsii$Proxy.getVersion() |
IVersion |
AliasProps.getVersion()
(experimental) Function version this alias refers to.
|
IVersion |
AliasProps.Jsii$Proxy.getVersion() |
IVersion |
Alias.getVersion()
(experimental) The underlying Lambda function version.
|
| 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() |
AliasProps.Builder |
AliasProps.Builder.version(IVersion version)
Sets the value of
AliasProps.getVersion() |
Alias.Builder |
Alias.Builder.version(IVersion version)
(experimental) Function version this alias refers to.
|
| 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 © 2021. All rights reserved.