@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:58:07.468Z") public interface FunctionRefProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionRefProps.Builder
A builder for
FunctionRefProps |
static class |
FunctionRefProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionRefProps.Builder |
builder() |
String |
getFunctionArn()
The ARN of the Lambda function.
|
software.amazon.awscdk.services.iam.Role |
getRole()
The IAM execution role associated with this function.
|
String |
getSecurityGroupId()
Id of the securityGroup for this Lambda, if in a VPC.
|
void |
setFunctionArn(String value)
The ARN of the Lambda function.
|
void |
setRole(software.amazon.awscdk.services.iam.Role value)
The IAM execution role associated with this function.
|
void |
setSecurityGroupId(String value)
Id of the securityGroup for this Lambda, if in a VPC.
|
String getFunctionArn()
void setFunctionArn(String value)
software.amazon.awscdk.services.iam.Role getRole()
void setRole(software.amazon.awscdk.services.iam.Role value)
String getSecurityGroupId()
void setSecurityGroupId(String value)
static FunctionRefProps.Builder builder()
FunctionRefProps.Builder of FunctionRefPropsCopyright © 2018. All rights reserved.