vpcConfig

@JvmName(name = "frbckuyrfwkxhlkm")
suspend fun vpcConfig(value: Output<V3FunctionVpcConfigArgs>)
@JvmName(name = "mwdhrkflrxffdwhd")
suspend fun vpcConfig(value: V3FunctionVpcConfigArgs?)

Parameters

value

VPC configuration. After this parameter is configured, the function can access the specified VPC resources. See vpc_config below.


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

Parameters

argument

VPC configuration. After this parameter is configured, the function can access the specified VPC resources. See vpc_config below.