Get Ecs Prefix Lists Plain Args
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
Properties
Link copied to clipboard
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
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).