subnetIds

@JvmName(name = "psrrreyxfhsjdbse")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "tpydbalanjvnbluq")
suspend fun subnetIds(value: List<String>?)

Parameters

value

The list of subnet IDs where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone. AWS PCS currently supports only 1 subnet in this list.


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


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

Parameters

values

The list of subnet IDs where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone. AWS PCS currently supports only 1 subnet in this list.