GetFirewallPolicyPlainArgs

data class GetFirewallPolicyPlainArgs(val arn: String? = null, val name: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetFirewallPolicyPlainArgs>

A collection of arguments for invoking getFirewallPolicy.

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String? = null

ARN of the firewall policy.

Link copied to clipboard
val name: String? = null

Descriptive name of the firewall policy.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value tags for the firewall policy.

Functions

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