Network Tap Rule Action Args
data class NetworkTapRuleActionArgs(val destinationId: Output<String>? = null, val isTimestampEnabled: Output<Either<String, BooleanEnumProperty>>? = null, val matchConfigurationName: Output<String>? = null, val truncate: Output<String>? = null, val type: Output<Either<String, TapRuleActionType>>? = null) : ConvertibleToJava<NetworkTapRuleActionArgs>
Action that need to performed.
Constructors
Link copied to clipboard
fun NetworkTapRuleActionArgs(destinationId: Output<String>? = null, isTimestampEnabled: Output<Either<String, BooleanEnumProperty>>? = null, matchConfigurationName: Output<String>? = null, truncate: Output<String>? = null, type: Output<Either<String, TapRuleActionType>>? = null)