Class ProviderArgs
Inheritance
System.Object
ProviderArgs
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()
Assembly: Pulumi.MySql.dll
Syntax
public sealed class ProviderArgs : ResourceArgs
Constructors
View Source
ProviderArgs()
Declaration
Properties
View Source
AuthenticationPlugin
Declaration
public Input<string> AuthenticationPlugin { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Endpoint
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MaxConnLifetimeSec
Declaration
public Input<int> MaxConnLifetimeSec { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
MaxOpenConns
Declaration
public Input<int> MaxOpenConns { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Password
Declaration
public Input<string> Password { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Proxy
Declaration
public Input<string> Proxy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Tls
Declaration
public Input<string> Tls { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Username
Declaration
public Input<string> Username { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|