public static class FunctionRefProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FunctionRefProps
software.amazon.jsii.JsiiObject.InitializationModeFunctionRefProps.Builder, FunctionRefProps.Jsii$Pojo, FunctionRefProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| 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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public FunctionArn getFunctionArn()
getFunctionArn in interface FunctionRefPropspublic void setFunctionArn(FunctionArn value)
setFunctionArn in interface FunctionRefProps@Nullable public software.amazon.awscdk.services.iam.Role getRole()
getRole in interface FunctionRefPropspublic void setRole(@Nullable software.amazon.awscdk.services.iam.Role value)
setRole in interface FunctionRefPropsCopyright © 2018. All rights reserved.