subnetIds

@JvmName(name = "jcrtrwhfibqvgoem")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "ablbnguofupyfcdx")
suspend fun subnetIds(value: List<String>)

Parameters

value

A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.


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


@JvmName(name = "agqckqavxefhthab")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "dnxqxerpajqoltlw")
suspend fun subnetIds(vararg values: String)

Parameters

values

A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.