Class DatabaseFirewallArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class DatabaseFirewallArgs : ResourceArgs
Constructors
View SourceDatabaseFirewallArgs()
Declaration
public DatabaseFirewallArgs()
Properties
View SourceClusterId
The ID of the target database cluster.
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Rules
A rule specifying a resource allowed to access the database cluster. The following arguments must be specified:
type- (Required) The type of resource that the firewall rule allows to access the database cluster. The possible values are:droplet,k8s,ip_addr, ortag.value- (Required) 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.
Declaration
public InputList<DatabaseFirewallRuleArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DatabaseFirewallRuleArgs> |