AzureFirewallRCActionArgs

data class AzureFirewallRCActionArgs(val type: Output<Either<String, AzureFirewallRCActionType>>? = null) : ConvertibleToJava<AzureFirewallRCActionArgs>

Properties of the AzureFirewallRCAction.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, AzureFirewallRCActionType>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, AzureFirewallRCActionType>>? = null

The type of action.

Functions

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