get Managed Prefix Lists
suspend fun getManagedPrefixLists(argument: GetManagedPrefixListsPlainArgs): GetManagedPrefixListsResult
This resource can be useful for getting back a list of managed prefix list ids to be referenced elsewhere.
Return
A collection of values returned by getManagedPrefixLists.
Parameters
argument
A collection of arguments for invoking getManagedPrefixLists.
suspend fun getManagedPrefixLists(filters: List<GetManagedPrefixListsFilter>? = null, tags: Map<String, String>? = null): GetManagedPrefixListsResult
Return
A collection of values returned by getManagedPrefixLists.
Parameters
filters
Custom filter block as described below.
tags
Map of tags, each pair of which must exactly match a pair on the desired . More complex filters can be expressed using one or more filter
sub-blocks, which take the following arguments:
See also
suspend fun getManagedPrefixLists(argument: suspend GetManagedPrefixListsPlainArgsBuilder.() -> Unit): GetManagedPrefixListsResult
Return
A collection of values returned by getManagedPrefixLists.
Parameters
argument
Builder for com.pulumi.aws.ec2.kotlin.inputs.GetManagedPrefixListsPlainArgs.