Show / Hide Table of Contents

Class ServiceMysqlUserConfigMysqlArgs

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

Constructors

View Source

ServiceMysqlUserConfigMysqlArgs()

Declaration
public ServiceMysqlUserConfigMysqlArgs()

Properties

View Source

ConnectTimeout

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

DefaultTimeZone

Declaration
public Input<string> DefaultTimeZone { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GroupConcatMaxLen

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

InformationSchemaStatsExpiry

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

InnodbFtMinTokenSize

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

InnodbFtServerStopwordTable

Declaration
public Input<string> InnodbFtServerStopwordTable { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InnodbLockWaitTimeout

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

InnodbOnlineAlterLogMaxSize

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

InnodbRollbackOnTimeout

Declaration
public Input<string> InnodbRollbackOnTimeout { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaxAllowedPacket

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

NetReadTimeout

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

NetWriteTimeout

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

SqlMode

Declaration
public Input<string> SqlMode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SqlRequirePrimaryKey

Declaration
public Input<string> SqlRequirePrimaryKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WaitTimeout

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