GetPrefixListPlainArgs

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
val name: String? = null

Name of the prefix list to select.

Link copied to clipboard
val prefixListId: String? = null

ID of the prefix list to select.

Functions

Link copied to clipboard
open override fun toJava(): GetPrefixListPlainArgs