subnetIds

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

Parameters

value

A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided.


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


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

Parameters

values

A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided.