get Coip Pools
Provides information for multiple EC2 Customer-Owned IP Pools, such as their identifiers.
Return
A collection of values returned by getCoipPools.
Parameters
argument
A collection of arguments for invoking getCoipPools.
suspend fun getCoipPools(filters: List<GetCoipPoolsFilter>? = null, tags: Map<String, String>? = null): GetCoipPoolsResult
Return
A collection of values returned by getCoipPools.
Parameters
filters
Custom filter block as described below. More complex filters can be expressed using one or more filter
sub-blocks, which take the following arguments:
tags
Mapping of tags, each pair of which must exactly match a pair on the desired aws_ec2_coip_pools.
See also
suspend fun getCoipPools(argument: suspend GetCoipPoolsPlainArgsBuilder.() -> Unit): GetCoipPoolsResult
Return
A collection of values returned by getCoipPools.
Parameters
argument
Builder for com.pulumi.aws.ec2.kotlin.inputs.GetCoipPoolsPlainArgs.