GetFirewallPlainArgs

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

A collection of arguments for invoking getFirewall.

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.

Link copied to clipboard
val name: String? = null

Descriptive name of the firewall.

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

Map of resource tags to associate with the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Functions

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