public interface FunctionRefProps
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionRefProps.Builder
A fluent step builder class for
FunctionRefProps. |
static class |
FunctionRefProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
FunctionRefProps. |
static class |
FunctionRefProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionRefProps.Builder |
builder() |
FunctionArn |
getFunctionArn()
The ARN of the Lambda function.
|
software.amazon.awscdk.services.iam.Role |
getRole()
The IAM execution role associated with this function.
|
void |
setFunctionArn(FunctionArn value)
The ARN of the Lambda function.
|
void |
setRole(software.amazon.awscdk.services.iam.Role value)
The IAM execution role associated with this function.
|
FunctionArn getFunctionArn()
void setFunctionArn(FunctionArn value)
software.amazon.awscdk.services.iam.Role getRole()
void setRole(software.amazon.awscdk.services.iam.Role value)
static FunctionRefProps.Builder builder()
Copyright © 2018. All rights reserved.