vpcConfig

@JvmName(name = "adaqembqensngkhw")
suspend fun vpcConfig(value: Output<FunctionVpcConfigArgs>)
@JvmName(name = "tlqexdjnmlohqgvj")
suspend fun vpcConfig(value: FunctionVpcConfigArgs?)

Parameters

value

For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC. When you connect a function to a VPC, it can access resources and the internet only through that VPC. For more information, see Configuring a Lambda function to access resources in a VPC.


@JvmName(name = "efufundeghbdupng")
suspend fun vpcConfig(argument: suspend FunctionVpcConfigArgsBuilder.() -> Unit)

Parameters

argument

For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC. When you connect a function to a VPC, it can access resources and the internet only through that VPC. For more information, see Configuring a Lambda function to access resources in a VPC.