subnets

@JvmName(name = "vhddmjdkeewmwwnh")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "adfmhgpspqfsnpqp")
suspend fun subnets(value: List<String>?)

Parameters

value

A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.


@JvmName(name = "wmsqdaqibtcnlwxq")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "mjenbobwvtyhtjtc")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "xldgvrowdktiruqp")
suspend fun subnets(vararg values: String)

Parameters

values

A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.