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
fun GetEcsPrefixListsPlainArgs(addressFamily: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null)

Functions

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

Properties

Link copied to clipboard
val addressFamily: String? = null

The address family of the prefix list. Valid values:IPv4,IPv6.

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).