| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda | |
| software.amazon.awscdk.services.lambda.cloudformation |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionArn |
FunctionRefProps.Jsii$Pojo._functionArn |
| Modifier and Type | Method and Description |
|---|---|
FunctionArn |
Alias.getFunctionArn()
ARN of this alias
Used to be able to use Alias in place of a regular Lambda.
|
FunctionArn |
SingletonFunction.getFunctionArn()
The ARN fo the function.
|
FunctionArn |
Function.getFunctionArn()
ARN of this function
|
FunctionArn |
FunctionRef.getFunctionArn()
The ARN fo the function.
|
FunctionArn |
FunctionRefProps.getFunctionArn()
The ARN of the Lambda function.
|
FunctionArn |
FunctionRefProps.Jsii$Pojo.getFunctionArn() |
FunctionArn |
FunctionRefProps.Jsii$Proxy.getFunctionArn()
The ARN of the Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionRefProps.setFunctionArn(FunctionArn value)
The ARN of the Lambda function.
|
void |
FunctionRefProps.Jsii$Pojo.setFunctionArn(FunctionArn value) |
void |
FunctionRefProps.Jsii$Proxy.setFunctionArn(FunctionArn value)
The ARN of the Lambda function.
|
FunctionRefProps.Builder.Build |
FunctionRefProps.Builder.withFunctionArn(FunctionArn value)
The ARN of the Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionArn |
FunctionResource.getFunctionArn() |
Copyright © 2018. All rights reserved.