public static final class FunctionRefProps.Jsii$Pojo extends Object implements FunctionRefProps
FunctionRefProps.FunctionRefProps.Builder, FunctionRefProps.Jsii$Pojo, FunctionRefProps.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
protected FunctionArn |
_functionArn |
protected software.amazon.awscdk.services.iam.Role |
_role |
| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Pojo()
Constructor used by builders.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected FunctionArn _functionArn
protected software.amazon.awscdk.services.iam.Role _role
public FunctionArn getFunctionArn()
FunctionRefPropsgetFunctionArn in interface FunctionRefPropspublic void setFunctionArn(FunctionArn value)
FunctionRefPropssetFunctionArn in interface FunctionRefPropspublic software.amazon.awscdk.services.iam.Role getRole()
FunctionRefPropsgetRole in interface FunctionRefPropspublic void setRole(software.amazon.awscdk.services.iam.Role value)
FunctionRefPropssetRole in interface FunctionRefPropsCopyright © 2018. All rights reserved.