NetworkFirewallPolicyRuleTargetSecureTagArgs

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

Constructors

constructor(name: Output<String>, state: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/0-9+

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

Output Only State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.

Functions

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