configurations

@JvmName(name = "wevgngdfdjlhnwyn")
suspend fun configurations(value: Output<List<ZoneLockdownConfigurationArgs>>)
@JvmName(name = "efjxldfyjxfcwdwd")
suspend fun configurations(value: List<ZoneLockdownConfigurationArgs>?)

Parameters

value

A list of IP addresses or CIDR ranges that will be allowed to access the URLs specified in the Zone Lockdown rule. You can include any number of ip or ip_range configurations.


@JvmName(name = "iclkivsrxamcjntf")
suspend fun configurations(vararg values: Output<ZoneLockdownConfigurationArgs>)


@JvmName(name = "mydraqrympcfuabd")
suspend fun configurations(values: List<Output<ZoneLockdownConfigurationArgs>>)
@JvmName(name = "rpcaievrfpnrhfgd")
suspend fun configurations(vararg values: ZoneLockdownConfigurationArgs)

Parameters

values

A list of IP addresses or CIDR ranges that will be allowed to access the URLs specified in the Zone Lockdown rule. You can include any number of ip or ip_range configurations.


@JvmName(name = "vpnxtwdvpbphsdme")
suspend fun configurations(argument: List<suspend ZoneLockdownConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "famykcieyfoksgjc")
suspend fun configurations(vararg argument: suspend ZoneLockdownConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "fimpjldtijineacu")
suspend fun configurations(argument: suspend ZoneLockdownConfigurationArgsBuilder.() -> Unit)

Parameters

argument

A list of IP addresses or CIDR ranges that will be allowed to access the URLs specified in the Zone Lockdown rule. You can include any number of ip or ip_range configurations.