Get Traffic Mirror Filters Plain Args
data class GetTrafficMirrorFiltersPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val trafficMirrorFilterName: String? = null) : ConvertibleToJava<GetTrafficMirrorFiltersPlainArgs>
A collection of arguments for invoking getTrafficMirrorFilters.
Constructors
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The name of the filter. The name must be 2
to 128
characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-). It must start with a letter and cannot start with http://
or https://
.