Get Prefix List Plain Args
data class GetPrefixListPlainArgs(val filters: List<GetPrefixListFilter>? = null, val name: String? = null, val prefixListId: String? = null) : ConvertibleToJava<GetPrefixListPlainArgs>
A collection of arguments for invoking getPrefixList.
Constructors
Link copied to clipboard
constructor(filters: List<GetPrefixListFilter>? = null, name: String? = null, prefixListId: String? = null)
Properties
Link copied to clipboard
Configuration block(s) for filtering. Detailed below. The arguments of this data source act as filters for querying the available prefix lists. The given filters must match exactly one prefix list whose data will be exported as attributes.
Link copied to clipboard
ID of the prefix list to select.