GetTrafficMirrorSessionsPlainArgs

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
fun GetTrafficMirrorSessionsPlainArgs(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)

Functions

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

Properties

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether traffic mirror sessions are enabled. default to false.

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

A list of Traffic Mirror Session IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Traffic Mirror Session name.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val priority: Int? = null

The priority of the traffic mirror session. A smaller value indicates a higher priority.

Link copied to clipboard
val status: String? = null

The state of the traffic mirror session. Valid values: Creating, Created, Modifying and Deleting.

Link copied to clipboard

The ID of the filter.

Link copied to clipboard

The name of the traffic mirror session.

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.