NetworkWatcherFlowLogRetentionPolicyArgs

data class NetworkWatcherFlowLogRetentionPolicyArgs(val days: Output<Int>, val enabled: Output<Boolean>) : ConvertibleToJava<NetworkWatcherFlowLogRetentionPolicyArgs>

Constructors

Link copied to clipboard
constructor(days: Output<Int>, enabled: Output<Boolean>)

Properties

Link copied to clipboard
val days: Output<Int>

The number of days to retain flow log records.

Link copied to clipboard
val enabled: Output<Boolean>

Boolean flag to enable/disable retention.

Functions

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