FirewallPolicyAssociationArgs

data class FirewallPolicyAssociationArgs(val attachmentTarget: Output<String>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null) : ConvertibleToJava<FirewallPolicyAssociationArgs>

Constructors

Link copied to clipboard
constructor(attachmentTarget: Output<String>? = null, name: Output<String>? = null, priority: Output<Int>? = null)

Properties

Link copied to clipboard
val attachmentTarget: Output<String>? = null

The target that the firewall policy is attached to.

Link copied to clipboard
val name: Output<String>? = null

The name for an association.

Link copied to clipboard
val priority: Output<Int>? = null

An integer indicating the priority of an association. The priority must be a positive value between 1 and 2147483647. Firewall Policies are evaluated from highest to lowest priority where 1 is the highest priority and 2147483647 is the lowest priority. The default value is 1000. If two associations have the same priority then lexicographical order on association names is applied.

Functions

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