Class SecretBackendConnectionPostgresqlArgs
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.Vault.Database.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendConnectionPostgresqlArgs : ResourceArgs
Constructors
View SourceSecretBackendConnectionPostgresqlArgs()
Declaration
public SecretBackendConnectionPostgresqlArgs()
Properties
View SourceConnectionUrl
A URL containing connection information. See the Vault docs for an example.
Declaration
public Input<string> ConnectionUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxConnectionLifetime
The maximum number of seconds to keep a connection alive for.
Declaration
public Input<int> MaxConnectionLifetime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxIdleConnections
The maximum number of idle connections to maintain.
Declaration
public Input<int> MaxIdleConnections { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxOpenConnections
The maximum number of open connections to use.
Declaration
public Input<int> MaxOpenConnections { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |