Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnFunctionPropsMixin.VpcConfigProperty
Packages that use CfnFunctionPropsMixin.VpcConfigProperty
-
Uses of CfnFunctionPropsMixin.VpcConfigProperty in software.amazon.awscdk.cfnpropertymixins.services.lambda
Classes in software.amazon.awscdk.cfnpropertymixins.services.lambda that implement CfnFunctionPropsMixin.VpcConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnFunctionPropsMixin.VpcConfigPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.lambda that return CfnFunctionPropsMixin.VpcConfigPropertyModifier and TypeMethodDescriptionCfnFunctionPropsMixin.VpcConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.lambda with parameters of type CfnFunctionPropsMixin.VpcConfigPropertyModifier and TypeMethodDescriptionCfnFunctionMixinProps.Builder.vpcConfig(CfnFunctionPropsMixin.VpcConfigProperty vpcConfig) Sets the value ofCfnFunctionMixinProps.getVpcConfig()CfnFunctionPropsMixin.Builder.vpcConfig(CfnFunctionPropsMixin.VpcConfigProperty vpcConfig) For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.