Show / Hide Table of Contents

Class SecretBackendConnectionMongodbArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretBackendConnectionMongodbArgs
Inherited Members
ResourceArgs.Empty
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 SecretBackendConnectionMongodbArgs : ResourceArgs

Constructors

View Source

SecretBackendConnectionMongodbArgs()

Declaration
public SecretBackendConnectionMongodbArgs()

Properties

View Source

ConnectionUrl

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>
View Source

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>
View Source

MaxIdleConnections

The maximum number of idle connections to maintain.

Declaration
public Input<int> MaxIdleConnections { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxOpenConnections

The maximum number of open connections to use.

Declaration
public Input<int> MaxOpenConnections { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.