Get Traffic Mirror Sessions Plain Args
data class GetTrafficMirrorSessionsPlainArgs(val enabled: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val priority: Int? = null, val status: String? = null, val trafficMirrorFilterId: String? = null, val trafficMirrorSessionName: String? = null, val trafficMirrorSourceId: String? = null, val trafficMirrorTargetId: String? = null) : ConvertibleToJava<GetTrafficMirrorSessionsPlainArgs>
A collection of arguments for invoking getTrafficMirrorSessions.
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, priority: Int? = null, status: String? = null, trafficMirrorFilterId: String? = null, trafficMirrorSessionName: String? = null, trafficMirrorSourceId: String? = null, trafficMirrorTargetId: String? = null)
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
The ID of the filter.
Link copied to clipboard
The name of the traffic mirror session. The name must be 2
to 128
characters in length and can contain digits, underscores (_), and hyphens (-). It must start with a letter.
Link copied to clipboard
The ID of the mirror source. You can specify only an elastic network interface (ENI) as the mirror source.
Link copied to clipboard
The ID of the mirror destination. You can specify only an ENI or a Server Load Balancer (SLB) instance as a mirror destination.