getIpSet

suspend fun getIpSet(argument: GetIpSetPlainArgs): GetIpSetResult

Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually

Return

null

Parameters

argument

null


suspend fun getIpSet(id: String, name: String, scope: IpSetScope): GetIpSetResult

Return

null

See also

Parameters

id
name
scope

suspend fun getIpSet(argument: suspend GetIpSetPlainArgsBuilder.() -> Unit): GetIpSetResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.awsnative.wafv2.kotlin.inputs.GetIpSetPlainArgs.