GetManagedPrefixListPlainArgs

data class GetManagedPrefixListPlainArgs(val filters: List<GetManagedPrefixListFilter>? = null, val id: String? = null, val name: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetManagedPrefixListPlainArgs>

A collection of arguments for invoking getManagedPrefixList.

Constructors

Link copied to clipboard
constructor(filters: List<GetManagedPrefixListFilter>? = null, id: String? = null, name: String? = null, tags: Map<String, 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 id: String? = null

ID of the prefix list to select.

Link copied to clipboard
val name: String? = null

Name of the prefix list to select.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags assigned to the resource.

Functions

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