DatabaseFirewallRuleArgs

data class DatabaseFirewallRuleArgs(val createdAt: Output<String>? = null, val type: Output<String>, val uuid: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<DatabaseFirewallRuleArgs>

Constructors

Link copied to clipboard
constructor(createdAt: Output<String>? = null, type: Output<String>, uuid: Output<String>? = null, value: Output<String>)

Properties

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

The date and time when the firewall rule was created.

Link copied to clipboard
val type: Output<String>

The type of resource that the firewall rule allows to access the database cluster. The possible values are: droplet, k8s, ip_addr, tag, or app.

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

A unique identifier for the firewall rule.

Link copied to clipboard
val value: Output<String>

The ID of the specific resource, the name of a tag applied to a group of resources, or the IP address that the firewall rule allows to access the database cluster.

Functions

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