Uses of Interface
software.amazon.awscdk.services.lambda.CfnFunction.VpcConfigProperty
-
Uses of CfnFunction.VpcConfigProperty in software.amazon.awscdk.services.lambda
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnFunction.VpcConfigProperty
Modifier and TypeMethodDescriptionCfnFunction.VpcConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnFunction.setVpcConfig
(CfnFunction.VpcConfigProperty value) For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.CfnFunction.Builder.vpcConfig
(CfnFunction.VpcConfigProperty vpcConfig) For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.CfnFunctionProps.Builder.vpcConfig
(CfnFunction.VpcConfigProperty vpcConfig) Sets the value ofCfnFunctionProps.getVpcConfig()