Sql Database Resource Settings Args
data class SqlDatabaseResourceSettingsArgs(val resourceType: Output<String>, val targetResourceName: Output<String>, val zoneRedundant: Output<Either<String, ZoneRedundant>>? = null) : ConvertibleToJava<SqlDatabaseResourceSettingsArgs>
Defines the Sql Database resource settings.
Constructors
Link copied to clipboard
constructor(resourceType: Output<String>, targetResourceName: Output<String>, zoneRedundant: Output<Either<String, ZoneRedundant>>? = null)