Database Flags Args
data class DatabaseFlagsArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<DatabaseFlagsArgs>
Database flags for Cloud SQL instances.
Constructors
Functions
Properties
Link copied to clipboard
The name of the flag. These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.