FirewallPolicyAssociationArgs

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

Constructors

Link copied to clipboard
fun FirewallPolicyAssociationArgs(attachmentTarget: Output<String>? = null, name: Output<String>? = null)

Functions

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

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.