GetEcsPrefixListsPlainArgs

data class GetEcsPrefixListsPlainArgs(val addressFamily: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetEcsPrefixListsPlainArgs>

A collection of arguments for invoking getEcsPrefixLists.

Constructors

Link copied to clipboard
constructor(addressFamily: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null)

Properties

Link copied to clipboard
val addressFamily: String? = null

The address family of the prefix list. Valid values: IPv4,IPv6. This parameter is empty by default, which indicates that all prefix lists are to be queried.

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val ids: List<String>? = null

A list of Prefix List IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by prefix_list_name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Functions

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