Class Config
Inheritance
System.Object
Config
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.MySql
Assembly: Pulumi.MySql.dll
Syntax
public static class Config
Properties
View SourceAuthenticationPlugin
Declaration
public static string AuthenticationPlugin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Endpoint
Declaration
public static string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxConnLifetimeSec
Declaration
public static int? MaxConnLifetimeSec { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MaxOpenConns
Declaration
public static int? MaxOpenConns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Password
Declaration
public static string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Proxy
Declaration
public static string Proxy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tls
Declaration
public static string Tls { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public static string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |