| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.VpcConfigProperty |
CfnFunction.VpcConfigProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnFunction.setVpcConfig(CfnFunction.VpcConfigProperty value)
`AWS::Lambda::Function.VpcConfig`.
|
CfnFunction.Builder |
CfnFunction.Builder.vpcConfig(CfnFunction.VpcConfigProperty vpcConfig)
`AWS::Lambda::Function.VpcConfig`.
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.vpcConfig(CfnFunction.VpcConfigProperty vpcConfig)
Sets the value of
CfnFunctionProps.getVpcConfig() |
Copyright © 2021. All rights reserved.