prefixListIds

@JvmName(name = "qxqafjbjioqrvcrp")
suspend fun prefixListIds(value: Output<List<String>>)
@JvmName(name = "vhxypaucyxnkpshj")
suspend fun prefixListIds(value: List<String>?)

Parameters

value

The list of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace.


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


@JvmName(name = "rysbxuhscsrlhdef")
suspend fun prefixListIds(values: List<Output<String>>)
@JvmName(name = "lbfwefeqijvbdfgu")
suspend fun prefixListIds(vararg values: String)

Parameters

values

The list of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace.