Represents a {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config digitalocean_database_mysql_config}.
import "github.com/cdktf/cdktf-provider-digitalocean-go/digitalocean/v11/databasemysqlconfig"
databasemysqlconfig.NewDatabaseMysqlConfig(scope Construct, id *string, config DatabaseMysqlConfigConfig) DatabaseMysqlConfig
Name | Type | Description |
---|---|---|
scope |
github.com/aws/constructs-go/constructs/v10.Construct |
The scope in which to define this construct. |
id |
*string |
The scoped construct ID. |
config |
DatabaseMysqlConfigConfig |
No description. |
- Type: github.com/aws/constructs-go/constructs/v10.Construct
The scope in which to define this construct.
- Type: *string
The scoped construct ID.
Must be unique amongst siblings in the same scope
Name | Description |
---|---|
ToString |
Returns a string representation of this construct. |
AddOverride |
No description. |
OverrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
ResetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
ToHclTerraform |
No description. |
ToMetadata |
No description. |
ToTerraform |
Adds this resource to the terraform JSON output. |
AddMoveTarget |
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
GetAnyMapAttribute |
No description. |
GetBooleanAttribute |
No description. |
GetBooleanMapAttribute |
No description. |
GetListAttribute |
No description. |
GetNumberAttribute |
No description. |
GetNumberListAttribute |
No description. |
GetNumberMapAttribute |
No description. |
GetStringAttribute |
No description. |
GetStringMapAttribute |
No description. |
HasResourceMove |
No description. |
ImportFrom |
No description. |
InterpolationForAttribute |
No description. |
MoveFromId |
Move the resource corresponding to "id" to this resource. |
MoveTo |
Moves this resource to the target resource given by moveTarget. |
MoveToId |
Moves this resource to the resource corresponding to "id". |
ResetBackupHour |
No description. |
ResetBackupMinute |
No description. |
ResetBinlogRetentionPeriod |
No description. |
ResetConnectTimeout |
No description. |
ResetDefaultTimeZone |
No description. |
ResetGroupConcatMaxLen |
No description. |
ResetId |
No description. |
ResetInformationSchemaStatsExpiry |
No description. |
ResetInnodbFtMinTokenSize |
No description. |
ResetInnodbFtServerStopwordTable |
No description. |
ResetInnodbLockWaitTimeout |
No description. |
ResetInnodbLogBufferSize |
No description. |
ResetInnodbOnlineAlterLogMaxSize |
No description. |
ResetInnodbPrintAllDeadlocks |
No description. |
ResetInnodbRollbackOnTimeout |
No description. |
ResetInteractiveTimeout |
No description. |
ResetInternalTmpMemStorageEngine |
No description. |
ResetLongQueryTime |
No description. |
ResetMaxAllowedPacket |
No description. |
ResetMaxHeapTableSize |
No description. |
ResetNetReadTimeout |
No description. |
ResetNetWriteTimeout |
No description. |
ResetSlowQueryLog |
No description. |
ResetSortBufferSize |
No description. |
ResetSqlMode |
No description. |
ResetSqlRequirePrimaryKey |
No description. |
ResetTmpTableSize |
No description. |
ResetWaitTimeout |
No description. |
func ToString() *string
Returns a string representation of this construct.
func AddOverride(path *string, value interface{})
- Type: *string
- Type: interface{}
func OverrideLogicalId(newLogicalId *string)
Overrides the auto-generated logical ID with a specific ID.
- Type: *string
The new logical ID to use for this stack element.
func ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
func ToHclTerraform() interface{}
func ToMetadata() interface{}
func ToTerraform() interface{}
Adds this resource to the terraform JSON output.
func AddMoveTarget(moveTarget *string)
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: *string
The string move target that will correspond to this resource.
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
- Type: *string
func GetBooleanAttribute(terraformAttribute *string) IResolvable
- Type: *string
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
- Type: *string
func GetListAttribute(terraformAttribute *string) *[]*string
- Type: *string
func GetNumberAttribute(terraformAttribute *string) *f64
- Type: *string
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
- Type: *string
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
- Type: *string
func GetStringAttribute(terraformAttribute *string) *string
- Type: *string
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
- Type: *string
func HasResourceMove() interface{}
func ImportFrom(id *string, provider TerraformProvider)
- Type: *string
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
func InterpolationForAttribute(terraformAttribute *string) IResolvable
- Type: *string
func MoveFromId(id *string)
Move the resource corresponding to "id" to this resource.
Note that the resource being moved from must be marked as moved using it's instance function.
- Type: *string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
func MoveTo(moveTarget *string, index interface{})
Moves this resource to the target resource given by moveTarget.
- Type: *string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: interface{}
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
func MoveToId(id *string)
Moves this resource to the resource corresponding to "id".
- Type: *string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
func ResetBackupHour()
func ResetBackupMinute()
func ResetBinlogRetentionPeriod()
func ResetConnectTimeout()
func ResetDefaultTimeZone()
func ResetGroupConcatMaxLen()
func ResetId()
func ResetInformationSchemaStatsExpiry()
func ResetInnodbFtMinTokenSize()
func ResetInnodbFtServerStopwordTable()
func ResetInnodbLockWaitTimeout()
func ResetInnodbLogBufferSize()
func ResetInnodbOnlineAlterLogMaxSize()
func ResetInnodbPrintAllDeadlocks()
func ResetInnodbRollbackOnTimeout()
func ResetInteractiveTimeout()
func ResetInternalTmpMemStorageEngine()
func ResetLongQueryTime()
func ResetMaxAllowedPacket()
func ResetMaxHeapTableSize()
func ResetNetReadTimeout()
func ResetNetWriteTimeout()
func ResetSlowQueryLog()
func ResetSortBufferSize()
func ResetSqlMode()
func ResetSqlRequirePrimaryKey()
func ResetTmpTableSize()
func ResetWaitTimeout()
Name | Description |
---|---|
IsConstruct |
Checks if x is a construct. |
IsTerraformElement |
No description. |
IsTerraformResource |
No description. |
GenerateConfigForImport |
Generates CDKTF code for importing a DatabaseMysqlConfig resource upon running "cdktf plan ". |
import "github.com/cdktf/cdktf-provider-digitalocean-go/digitalocean/v11/databasemysqlconfig"
databasemysqlconfig.DatabaseMysqlConfig_IsConstruct(x interface{}) *bool
Checks if x
is a construct.
Use this method instead of instanceof
to properly detect Construct
instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the constructs
library on
disk are seen as independent, completely different libraries. As a
consequence, the class Construct
in each copy of the constructs
library
is seen as a different class, and an instance of one class will not test as
instanceof
the other class. npm install
will not create installations
like this, but users may manually symlink construct libraries together or
use a monorepo tool: in those cases, multiple copies of the constructs
library can be accidentally installed, and instanceof
will behave
unpredictably. It is safest to avoid using instanceof
, and using
this type-testing method instead.
- Type: interface{}
Any object.
import "github.com/cdktf/cdktf-provider-digitalocean-go/digitalocean/v11/databasemysqlconfig"
databasemysqlconfig.DatabaseMysqlConfig_IsTerraformElement(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-digitalocean-go/digitalocean/v11/databasemysqlconfig"
databasemysqlconfig.DatabaseMysqlConfig_IsTerraformResource(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-digitalocean-go/digitalocean/v11/databasemysqlconfig"
databasemysqlconfig.DatabaseMysqlConfig_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
Generates CDKTF code for importing a DatabaseMysqlConfig resource upon running "cdktf plan ".
- Type: github.com/aws/constructs-go/constructs/v10.Construct
The scope in which to define this construct.
- Type: *string
The construct id used in the generated config for the DatabaseMysqlConfig to import.
- Type: *string
The id of the existing DatabaseMysqlConfig that should be imported.
Refer to the {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#import import section} in the documentation of this resource for the id to use
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
? Optional instance of the provider where the DatabaseMysqlConfig to import is found.
Name | Type | Description |
---|---|---|
Node |
github.com/aws/constructs-go/constructs/v10.Node |
The tree node. |
CdktfStack |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack |
No description. |
Fqn |
*string |
No description. |
FriendlyUniqueId |
*string |
No description. |
TerraformMetaArguments |
*map[string]interface{} |
No description. |
TerraformResourceType |
*string |
No description. |
TerraformGeneratorMetadata |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata |
No description. |
Connection |
interface{} |
No description. |
Count |
interface{} |
No description. |
DependsOn |
*[]*string |
No description. |
ForEach |
github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator |
No description. |
Lifecycle |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle |
No description. |
Provider |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider |
No description. |
Provisioners |
*[]interface{} |
No description. |
BackupHourInput |
*f64 |
No description. |
BackupMinuteInput |
*f64 |
No description. |
BinlogRetentionPeriodInput |
*f64 |
No description. |
ClusterIdInput |
*string |
No description. |
ConnectTimeoutInput |
*f64 |
No description. |
DefaultTimeZoneInput |
*string |
No description. |
GroupConcatMaxLenInput |
*f64 |
No description. |
IdInput |
*string |
No description. |
InformationSchemaStatsExpiryInput |
*f64 |
No description. |
InnodbFtMinTokenSizeInput |
*f64 |
No description. |
InnodbFtServerStopwordTableInput |
*string |
No description. |
InnodbLockWaitTimeoutInput |
*f64 |
No description. |
InnodbLogBufferSizeInput |
*f64 |
No description. |
InnodbOnlineAlterLogMaxSizeInput |
*f64 |
No description. |
InnodbPrintAllDeadlocksInput |
interface{} |
No description. |
InnodbRollbackOnTimeoutInput |
interface{} |
No description. |
InteractiveTimeoutInput |
*f64 |
No description. |
InternalTmpMemStorageEngineInput |
*string |
No description. |
LongQueryTimeInput |
*f64 |
No description. |
MaxAllowedPacketInput |
*f64 |
No description. |
MaxHeapTableSizeInput |
*f64 |
No description. |
NetReadTimeoutInput |
*f64 |
No description. |
NetWriteTimeoutInput |
*f64 |
No description. |
SlowQueryLogInput |
interface{} |
No description. |
SortBufferSizeInput |
*f64 |
No description. |
SqlModeInput |
*string |
No description. |
SqlRequirePrimaryKeyInput |
interface{} |
No description. |
TmpTableSizeInput |
*f64 |
No description. |
WaitTimeoutInput |
*f64 |
No description. |
BackupHour |
*f64 |
No description. |
BackupMinute |
*f64 |
No description. |
BinlogRetentionPeriod |
*f64 |
No description. |
ClusterId |
*string |
No description. |
ConnectTimeout |
*f64 |
No description. |
DefaultTimeZone |
*string |
No description. |
GroupConcatMaxLen |
*f64 |
No description. |
Id |
*string |
No description. |
InformationSchemaStatsExpiry |
*f64 |
No description. |
InnodbFtMinTokenSize |
*f64 |
No description. |
InnodbFtServerStopwordTable |
*string |
No description. |
InnodbLockWaitTimeout |
*f64 |
No description. |
InnodbLogBufferSize |
*f64 |
No description. |
InnodbOnlineAlterLogMaxSize |
*f64 |
No description. |
InnodbPrintAllDeadlocks |
interface{} |
No description. |
InnodbRollbackOnTimeout |
interface{} |
No description. |
InteractiveTimeout |
*f64 |
No description. |
InternalTmpMemStorageEngine |
*string |
No description. |
LongQueryTime |
*f64 |
No description. |
MaxAllowedPacket |
*f64 |
No description. |
MaxHeapTableSize |
*f64 |
No description. |
NetReadTimeout |
*f64 |
No description. |
NetWriteTimeout |
*f64 |
No description. |
SlowQueryLog |
interface{} |
No description. |
SortBufferSize |
*f64 |
No description. |
SqlMode |
*string |
No description. |
SqlRequirePrimaryKey |
interface{} |
No description. |
TmpTableSize |
*f64 |
No description. |
WaitTimeout |
*f64 |
No description. |
func Node() Node
- Type: github.com/aws/constructs-go/constructs/v10.Node
The tree node.
func CdktfStack() TerraformStack
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
func Fqn() *string
- Type: *string
func FriendlyUniqueId() *string
- Type: *string
func TerraformMetaArguments() *map[string]interface{}
- Type: *map[string]interface{}
func TerraformResourceType() *string
- Type: *string
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
func Connection() interface{}
- Type: interface{}
func Count() interface{}
- Type: interface{}
func DependsOn() *[]*string
- Type: *[]*string
func ForEach() ITerraformIterator
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
func Lifecycle() TerraformResourceLifecycle
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
func Provider() TerraformProvider
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
func Provisioners() *[]interface{}
- Type: *[]interface{}
func BackupHourInput() *f64
- Type: *f64
func BackupMinuteInput() *f64
- Type: *f64
func BinlogRetentionPeriodInput() *f64
- Type: *f64
func ClusterIdInput() *string
- Type: *string
func ConnectTimeoutInput() *f64
- Type: *f64
func DefaultTimeZoneInput() *string
- Type: *string
func GroupConcatMaxLenInput() *f64
- Type: *f64
func IdInput() *string
- Type: *string
func InformationSchemaStatsExpiryInput() *f64
- Type: *f64
func InnodbFtMinTokenSizeInput() *f64
- Type: *f64
func InnodbFtServerStopwordTableInput() *string
- Type: *string
func InnodbLockWaitTimeoutInput() *f64
- Type: *f64
func InnodbLogBufferSizeInput() *f64
- Type: *f64
func InnodbOnlineAlterLogMaxSizeInput() *f64
- Type: *f64
func InnodbPrintAllDeadlocksInput() interface{}
- Type: interface{}
func InnodbRollbackOnTimeoutInput() interface{}
- Type: interface{}
func InteractiveTimeoutInput() *f64
- Type: *f64
func InternalTmpMemStorageEngineInput() *string
- Type: *string
func LongQueryTimeInput() *f64
- Type: *f64
func MaxAllowedPacketInput() *f64
- Type: *f64
func MaxHeapTableSizeInput() *f64
- Type: *f64
func NetReadTimeoutInput() *f64
- Type: *f64
func NetWriteTimeoutInput() *f64
- Type: *f64
func SlowQueryLogInput() interface{}
- Type: interface{}
func SortBufferSizeInput() *f64
- Type: *f64
func SqlModeInput() *string
- Type: *string
func SqlRequirePrimaryKeyInput() interface{}
- Type: interface{}
func TmpTableSizeInput() *f64
- Type: *f64
func WaitTimeoutInput() *f64
- Type: *f64
func BackupHour() *f64
- Type: *f64
func BackupMinute() *f64
- Type: *f64
func BinlogRetentionPeriod() *f64
- Type: *f64
func ClusterId() *string
- Type: *string
func ConnectTimeout() *f64
- Type: *f64
func DefaultTimeZone() *string
- Type: *string
func GroupConcatMaxLen() *f64
- Type: *f64
func Id() *string
- Type: *string
func InformationSchemaStatsExpiry() *f64
- Type: *f64
func InnodbFtMinTokenSize() *f64
- Type: *f64
func InnodbFtServerStopwordTable() *string
- Type: *string
func InnodbLockWaitTimeout() *f64
- Type: *f64
func InnodbLogBufferSize() *f64
- Type: *f64
func InnodbOnlineAlterLogMaxSize() *f64
- Type: *f64
func InnodbPrintAllDeadlocks() interface{}
- Type: interface{}
func InnodbRollbackOnTimeout() interface{}
- Type: interface{}
func InteractiveTimeout() *f64
- Type: *f64
func InternalTmpMemStorageEngine() *string
- Type: *string
func LongQueryTime() *f64
- Type: *f64
func MaxAllowedPacket() *f64
- Type: *f64
func MaxHeapTableSize() *f64
- Type: *f64
func NetReadTimeout() *f64
- Type: *f64
func NetWriteTimeout() *f64
- Type: *f64
func SlowQueryLog() interface{}
- Type: interface{}
func SortBufferSize() *f64
- Type: *f64
func SqlMode() *string
- Type: *string
func SqlRequirePrimaryKey() interface{}
- Type: interface{}
func TmpTableSize() *f64
- Type: *f64
func WaitTimeout() *f64
- Type: *f64
Name | Type | Description |
---|---|---|
TfResourceType |
*string |
No description. |
func TfResourceType() *string
- Type: *string
import "github.com/cdktf/cdktf-provider-digitalocean-go/digitalocean/v11/databasemysqlconfig"
&databasemysqlconfig.DatabaseMysqlConfigConfig {
Connection: interface{},
Count: interface{},
DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
ClusterId: *string,
BackupHour: *f64,
BackupMinute: *f64,
BinlogRetentionPeriod: *f64,
ConnectTimeout: *f64,
DefaultTimeZone: *string,
GroupConcatMaxLen: *f64,
Id: *string,
InformationSchemaStatsExpiry: *f64,
InnodbFtMinTokenSize: *f64,
InnodbFtServerStopwordTable: *string,
InnodbLockWaitTimeout: *f64,
InnodbLogBufferSize: *f64,
InnodbOnlineAlterLogMaxSize: *f64,
InnodbPrintAllDeadlocks: interface{},
InnodbRollbackOnTimeout: interface{},
InteractiveTimeout: *f64,
InternalTmpMemStorageEngine: *string,
LongQueryTime: *f64,
MaxAllowedPacket: *f64,
MaxHeapTableSize: *f64,
NetReadTimeout: *f64,
NetWriteTimeout: *f64,
SlowQueryLog: interface{},
SortBufferSize: *f64,
SqlMode: *string,
SqlRequirePrimaryKey: interface{},
TmpTableSize: *f64,
WaitTimeout: *f64,
}
Connection interface{}
- Type: interface{}
Count interface{}
- Type: interface{}
DependsOn *[]ITerraformDependable
- Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
ForEach ITerraformIterator
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
Lifecycle TerraformResourceLifecycle
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
Provider TerraformProvider
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
Provisioners *[]interface{}
- Type: *[]interface{}
ClusterId *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#cluster_id DatabaseMysqlConfig#cluster_id}.
BackupHour *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#backup_hour DatabaseMysqlConfig#backup_hour}.
BackupMinute *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#backup_minute DatabaseMysqlConfig#backup_minute}.
BinlogRetentionPeriod *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#binlog_retention_period DatabaseMysqlConfig#binlog_retention_period}.
ConnectTimeout *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#connect_timeout DatabaseMysqlConfig#connect_timeout}.
DefaultTimeZone *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#default_time_zone DatabaseMysqlConfig#default_time_zone}.
GroupConcatMaxLen *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#group_concat_max_len DatabaseMysqlConfig#group_concat_max_len}.
Id *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#id DatabaseMysqlConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
InformationSchemaStatsExpiry *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#information_schema_stats_expiry DatabaseMysqlConfig#information_schema_stats_expiry}.
InnodbFtMinTokenSize *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#innodb_ft_min_token_size DatabaseMysqlConfig#innodb_ft_min_token_size}.
InnodbFtServerStopwordTable *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#innodb_ft_server_stopword_table DatabaseMysqlConfig#innodb_ft_server_stopword_table}.
InnodbLockWaitTimeout *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#innodb_lock_wait_timeout DatabaseMysqlConfig#innodb_lock_wait_timeout}.
InnodbLogBufferSize *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#innodb_log_buffer_size DatabaseMysqlConfig#innodb_log_buffer_size}.
InnodbOnlineAlterLogMaxSize *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#innodb_online_alter_log_max_size DatabaseMysqlConfig#innodb_online_alter_log_max_size}.
InnodbPrintAllDeadlocks interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#innodb_print_all_deadlocks DatabaseMysqlConfig#innodb_print_all_deadlocks}.
InnodbRollbackOnTimeout interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#innodb_rollback_on_timeout DatabaseMysqlConfig#innodb_rollback_on_timeout}.
InteractiveTimeout *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#interactive_timeout DatabaseMysqlConfig#interactive_timeout}.
InternalTmpMemStorageEngine *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#internal_tmp_mem_storage_engine DatabaseMysqlConfig#internal_tmp_mem_storage_engine}.
LongQueryTime *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#long_query_time DatabaseMysqlConfig#long_query_time}.
MaxAllowedPacket *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#max_allowed_packet DatabaseMysqlConfig#max_allowed_packet}.
MaxHeapTableSize *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#max_heap_table_size DatabaseMysqlConfig#max_heap_table_size}.
NetReadTimeout *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#net_read_timeout DatabaseMysqlConfig#net_read_timeout}.
NetWriteTimeout *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#net_write_timeout DatabaseMysqlConfig#net_write_timeout}.
SlowQueryLog interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#slow_query_log DatabaseMysqlConfig#slow_query_log}.
SortBufferSize *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#sort_buffer_size DatabaseMysqlConfig#sort_buffer_size}.
SqlMode *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#sql_mode DatabaseMysqlConfig#sql_mode}.
SqlRequirePrimaryKey interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#sql_require_primary_key DatabaseMysqlConfig#sql_require_primary_key}.
TmpTableSize *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#tmp_table_size DatabaseMysqlConfig#tmp_table_size}.
WaitTimeout *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.46.1/docs/resources/database_mysql_config#wait_timeout DatabaseMysqlConfig#wait_timeout}.