allows

@JvmName(name = "guipbglnkgcttgbj")
suspend fun allows(value: Output<List<String>>)
@JvmName(name = "nkexlbykqhggqhhk")
suspend fun allows(value: List<String>?)

Parameters

value

A list of strings describing allow rules. Must be colon delimited strings of the form {type}:{source}

  • Ex. deny = ["cidr:1&#46;2&#46;0&#46;0/16", "ip:2&#46;3&#46;4&#46;5"] or allow = ["ip:1&#46;2&#46;3&#46;4", "cidr:2&#46;3&#46;4&#46;0/24"]


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


@JvmName(name = "quvhjdynxsinmirk")
suspend fun allows(values: List<Output<String>>)
@JvmName(name = "ossjlteiunoxdsfc")
suspend fun allows(vararg values: String)

Parameters

values

A list of strings describing allow rules. Must be colon delimited strings of the form {type}:{source}

  • Ex. deny = ["cidr:1&#46;2&#46;0&#46;0/16", "ip:2&#46;3&#46;4&#46;5"] or allow = ["ip:1&#46;2&#46;3&#46;4", "cidr:2&#46;3&#46;4&#46;0/24"]