ipBlocks

@JvmName(name = "dixebhwwoxoyiyjq")
suspend fun ipBlocks(value: Output<List<String>>)
@JvmName(name = "tdmchanumpcmiung")
suspend fun ipBlocks(value: List<String>?)

Parameters

value

List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.


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


@JvmName(name = "uqxyqxmuxvuxaldj")
suspend fun ipBlocks(values: List<Output<String>>)
@JvmName(name = "ylguwarnijojeeui")
suspend fun ipBlocks(vararg values: String)

Parameters

values

List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.