Show / Hide Table of Contents

Class ProviderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProviderArgs
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.MySql
Assembly: Pulumi.MySql.dll
Syntax
public sealed class ProviderArgs : ResourceArgs

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.