Class SecretBackendConnectionOracle
Inheritance
System.Object
SecretBackendConnectionOracle
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.Outputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendConnectionOracle
Fields
View SourceConnectionUrl
A URL containing connection information. See the Vault docs for an example.
Declaration
public readonly string ConnectionUrl
Field Value
| Type | Description |
|---|---|
| System.String |
MaxConnectionLifetime
The maximum number of seconds to keep a connection alive for.
Declaration
public readonly int? MaxConnectionLifetime
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MaxIdleConnections
The maximum number of idle connections to maintain.
Declaration
public readonly int? MaxIdleConnections
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MaxOpenConnections
The maximum number of open connections to use.
Declaration
public readonly int? MaxOpenConnections
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |